Skip to content

Commit 2b27589

Browse files
committed
bump version 0.1.4.
1 parent b5948fa commit 2b27589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ext-sort"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "Unlicense"
66
description = "rust external sort algorithm implementation"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)