Skip to content

Commit

Permalink
bump version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dapper91 committed Jan 11, 2022
1 parent 8886643 commit ac54edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ext-sort"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Unlicense"
description = "rust external sort algorithm implementation"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Activate `memory-limit` feature of the ext-sort crate on Cargo.toml:

```toml
[dependencies]
ext-sort = { version = "^0.1.1", features = ["memory-limit"] }
ext-sort = { version = "^0.1.2", features = ["memory-limit"] }
```

``` rust
Expand Down

0 comments on commit ac54edf

Please sign in to comment.