diff --git a/Cargo.toml b/Cargo.toml index 8003369fc..05dd4e7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.2.6" +version = "0.3.0" build="build.rs" [dependencies] @@ -23,10 +23,10 @@ version = "5.82.0" [dev-dependencies] rand = "0.3" -skeptic = "*" +skeptic = "0.6" [build-dependencies] -skeptic = "*" +skeptic = "0.6" [lib] name = "cursive" diff --git a/Readme.md b/Readme.md index e7ee279c9..fa9205f31 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ It is designed to be safe and easy to use: ``` [dependencies] -cursive = "0.2" +cursive = "0.3" ``` Or to use the latest git version: