We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2f4a7 commit 22b8747Copy full SHA for 22b8747
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ext-sort"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2021"
5
license = "Unlicense"
6
description = "rust external sort algorithm implementation"
README.md
@@ -46,7 +46,7 @@ Activate `memory-limit` feature of the ext-sort crate on Cargo.toml:
46
47
```toml
48
[dependencies]
49
-ext-sort = { version = "^0.1.2", features = ["memory-limit"] }
+ext-sort = { version = "^0.1.3", features = ["memory-limit"] }
50
```
51
52
```rust
0 commit comments