From 90f57bcef451ef8bfd5cd6914b2b92e52d94faa6 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 6 Nov 2025 17:39:16 -0700 Subject: [PATCH] dsa v0.7.0-rc.7 --- dsa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml index 9355ccaa..bd91bd19 100644 --- a/dsa/Cargo.toml +++ b/dsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsa" -version = "0.7.0-rc.6" +version = "0.7.0-rc.7" description = """ Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic