Skip to content

Commit 60e044f

Browse files
authored
Bump crypto-bigint to v0.7.0-rc.2 (#568)
1 parent 89f6e88 commit 60e044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.85"
1414

1515
[dependencies]
1616
const-oid = { version = "0.10", default-features = false }
17-
crypto-bigint = { version = "0.7.0-rc.1", default-features = false, features = ["zeroize", "alloc"] }
17+
crypto-bigint = { version = "0.7.0-rc.2", default-features = false, features = ["zeroize", "alloc"] }
1818
crypto-primes = { version = "0.7.0-pre.1", default-features = false }
1919
digest = { version = "0.11.0-rc.0", default-features = false, features = ["alloc", "oid"] }
2020
rand_core = { version = "0.9", default-features = false }

0 commit comments

Comments
 (0)