From 0c5cea6c1fc34136e5253847dae6f396262ff9c1 Mon Sep 17 00:00:00 2001 From: Constantine Date: Wed, 13 Jun 2018 12:17:39 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"