From b626d48a4f4f5246a5224762d118ff607e3ac248 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 23 May 2022 21:29:10 -0600 Subject: [PATCH] v0.7.0-pre (#164) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 986367a4..c395c2e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsa" -version = "0.6.1" +version = "0.7.0-pre" authors = ["RustCrypto Developers", "dignifiedquire "] edition = "2021" description = "Pure Rust RSA implementation"