From 2489b6647ba8cafc8abf3162ebf83013270bc9c7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 2 Feb 2026 18:18:58 -0700 Subject: [PATCH] rsa v0.10.0-rc.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f982806..113c2bc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -766,7 +766,7 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rsa" -version = "0.10.0-rc.14" +version = "0.10.0-rc.15" dependencies = [ "base64ct", "const-oid", diff --git a/Cargo.toml b/Cargo.toml index 05ffcd43..fd671968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsa" -version = "0.10.0-rc.14" +version = "0.10.0-rc.15" authors = ["RustCrypto Developers", "dignifiedquire "] edition = "2021" description = "Pure Rust RSA implementation"