From 639f1fdbe5bf528a2dcb8cae5b154e8cb154f825 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 25 Feb 2019 10:47:59 +0100 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ada79ea9..f06619ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsa" -version = "0.1.2-alpha.0" +version = "0.1.2" authors = ["RustCrypto Developers", "dignifiedquire "] description = "Pure Rust RSA implementation" license = "MIT OR Apache-2.0"