Skip to content

Commit c5243d4

Browse files
committed
bump version 0.1.1.
1 parent 76f0ff6 commit c5243d4

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.0"
3+
version = "0.1.1"
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.0", features = ["memory-limit"] }
49+
ext-sort = { version = "^0.1.1", features = ["memory-limit"] }
5050
```
5151

5252
``` rust

0 commit comments

Comments
 (0)