File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ext-sort"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44edition = " 2021"
55license = " Unlicense"
66description = " rust external sort algorithm implementation"
@@ -20,7 +20,7 @@ deepsize = { version = "0.2.0", optional = true }
2020env_logger = { version = " 0.9.0" , optional = true }
2121log = " 0.4.8"
2222rayon = " 1.5.0"
23- rmp-serde = " 0.15.0 "
23+ rmp-serde = " 1.1.1 "
2424serde = { version = " 1.0.120" , features = [" derive" ] }
2525tempfile = " 3.2.0"
2626
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Activate `memory-limit` feature of the ext-sort crate on Cargo.toml:
4646
4747``` toml
4848[dependencies ]
49- ext-sort = { version = " ^0.1.3 " , features = [" memory-limit" ] }
49+ ext-sort = { version = " ^0.1.4 " , features = [" memory-limit" ] }
5050```
5151
5252``` rust
You can’t perform that action at this time.
0 commit comments