Skip to content

Commit 22b8747

Browse files
committed
bump version 0.1.3.
1 parent 9a2f4a7 commit 22b8747

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

5252
```rust

0 commit comments

Comments
 (0)