diff --git a/Cargo.toml b/Cargo.toml index f439b75..ff4088d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rust-scrypt" authors = ["Constantine Kryvomaz "] description = "Bindings into C for Tarsnap's `Scrypt` algorithm" repository = "https://github.com/r8d8/rust-scrypt" -version = "1.1.0" +version = "1.2.0" build = "build.rs" keywords = ["rust", "crypto", "scrypt"] readme = "README.md"