diff --git a/Cargo.toml b/Cargo.toml index 73ce852..b646a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fdlimit" -version = "0.1.4" +version = "0.2.0" authors = ["Parity Technologies"] license = "Apache-2.0" description = "Utility crate for raising file descriptors limit for OSX and Linux" diff --git a/README.md b/README.md index fbb748b..3c3ab43 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ on Windows does nothing add in Cargo.toml: ``` [dependencies] -fdlimit = "0.1.1" +fdlimit = "0.2.0" ```