Skip to content

Commit 0e2b463

Browse files
authored
elliptic-curve: bump crypto-bigint to v0.6.0-rc.2 (#1627)
1 parent 12d384f commit 0e2b463

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.73"
1818

1919
[dependencies]
2020
base16ct = "0.2"
21-
crypto-bigint = { version = "=0.6.0-rc.0", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
21+
crypto-bigint = { version = "0.6.0-rc.2", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
2222
hybrid-array = { version = "0.2.0-rc.8", default-features = false, features = ["zeroize"] }
2323
rand_core = { version = "0.6.4", default-features = false }
2424
subtle = { version = "2.6", default-features = false }

0 commit comments

Comments
 (0)