Skip to content

Commit af36886

Browse files
authored
rfc6979 v0.5.0-rc.0 (#974)
1 parent 26b2889 commit af36886

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ digest = "0.11.0-rc.0"
2020
crypto-bigint = { version = "=0.7.0-pre.3", default-features = false, features = ["alloc", "zeroize"] }
2121
crypto-primes = { version = "=0.7.0-dev", default-features = false }
2222
pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["alloc"] }
23-
rfc6979 = { version = "=0.5.0-pre.4" }
23+
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.0", default-features = false, features = ["alloc", "digest", "rand_core"] }
2626
zeroize = { version = "1", default-features = false }

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ zeroize = { version = "1.5", default-features = false }
2424
# optional dependencies
2525
der = { version = "0.8.0-rc.2", optional = true }
2626
digest = { version = "0.11.0-rc.0", optional = true, default-features = false, features = ["oid"] }
27-
rfc6979 = { version = "=0.5.0-pre.4", optional = true }
27+
rfc6979 = { version = "0.5.0-rc.0", optional = true }
2828
serdect = { version = "0.3", optional = true, default-features = false, features = ["alloc"] }
2929
sha2 = { version = "0.11.0-rc.0", optional = true, default-features = false, features = ["oid"] }
3030
spki = { version = "0.8.0-rc.0", optional = true, default-features = false }

rfc6979/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rfc6979"
3-
version = "0.5.0-pre.4"
3+
version = "0.5.0-rc.0"
44
description = """
55
Pure Rust implementation of RFC6979: Deterministic Usage of the
66
Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)

0 commit comments

Comments
 (0)