Skip to content

Commit

Permalink
Cargo.toml: Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 25, 2020
1 parent a7a6844 commit 58cea29
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 = "fdlimit"
version = "0.1.4"
version = "0.2.0"
authors = ["Parity Technologies<admin@parity.io>"]
license = "Apache-2.0"
description = "Utility crate for raising file descriptors limit for OSX and Linux"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ on Windows does nothing
add in Cargo.toml:
```
[dependencies]
fdlimit = "0.1.1"
fdlimit = "0.2.0"
```

0 comments on commit 58cea29

Please sign in to comment.