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