diff --git a/Cargo.toml b/Cargo.toml index 54debe9..3f714aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "BSD-3-Clause" name = "rusp" readme = "README.md" repository = "https://github.com/axiros/rusp" -version = "0.91.1" +version = "0.92.0" [badges] [badges.travis-ci] diff --git a/README.md b/README.md index 8e823a6..4b867a7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ After this you should be able to use the `rusp` binary, which has built-in help ... [dependencies] -rusp = "0.90" +rusp = "0.92" quick-protobuf = "0.8" ...