Skip to content

Commit 8604f8c

Browse files
authored
dsa v0.7.0-rc.4 (#1032)
1 parent 938a09b commit 8604f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dsa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsa"
3-
version = "0.7.0-rc.3"
3+
version = "0.7.0-rc.4"
44
description = """
55
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
66
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
der = { version = "0.8.0-rc.8", features = ["alloc"] }
2020
digest = "0.11.0-rc.0"
2121
crypto-bigint = { version = "0.7.0-rc.0", default-features = false, features = ["alloc", "zeroize"] }
22-
crypto-primes = { version = "=0.7.0-pre.1", default-features = false }
22+
crypto-primes = { version = "0.7.0-pre.1", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.0" }
2424
sha2 = { version = "0.11.0-rc.0", default-features = false }
2525
signature = { version = "3.0.0-rc.2", default-features = false, features = ["alloc", "digest", "rand_core"] }

0 commit comments

Comments
 (0)