From 74e20a93fa5ef9149be812765886fbef1c22e538 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 12 Jan 2026 14:40:12 -0700 Subject: [PATCH] dsa v0.7.0-rc.9 (#1149) --- Cargo.lock | 2 +- dsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e28002..565f3a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "dsa" -version = "0.7.0-rc.8" +version = "0.7.0-rc.9" dependencies = [ "chacha20", "crypto-bigint", diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml index 0885185..191e24c 100644 --- a/dsa/Cargo.toml +++ b/dsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsa" -version = "0.7.0-rc.8" +version = "0.7.0-rc.9" description = """ Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic