From 3f69e4e2add3eda9e519a9271fd019411128aab9 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 25 Jan 2026 13:38:33 -0700 Subject: [PATCH] dsa v0.7.0-rc.11 (#1174) --- Cargo.lock | 2 +- dsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 626c235..0a5b006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "dsa" -version = "0.7.0-rc.10" +version = "0.7.0-rc.11" dependencies = [ "chacha20", "crypto-bigint", diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml index 1171286..235172a 100644 --- a/dsa/Cargo.toml +++ b/dsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsa" -version = "0.7.0-rc.10" +version = "0.7.0-rc.11" description = """ Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic