From 2231b8b72c8369e1a7f3838c82a03e9798551b3e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Jul 2024 19:03:57 -0600 Subject: [PATCH] dsa v0.7.0-pre.0 --- Cargo.lock | 4 ++-- dsa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c4e9f36..a57ed9eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "dsa" -version = "0.7.0-pre" +version = "0.7.0-pre.0" dependencies = [ "digest 0.11.0-pre.9", "num-bigint-dig", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.17.0-pre.6" +version = "0.17.0-pre.7" dependencies = [ "der", "digest 0.11.0-pre.9", diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml index 51ff4524..e8522f6c 100644 --- a/dsa/Cargo.toml +++ b/dsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsa" -version = "0.7.0-pre" +version = "0.7.0-pre.0" description = """ Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic