Skip to content

Commit ba9dbac

Browse files
authored
elliptic-curve: use crypto-bigint release (#1826)
Switches to the v0.7.0-pre.1 release
1 parent 5417c7f commit ba9dbac

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ members = [
1717

1818
[patch.crates-io]
1919
signature = { path = "signature" }
20-
21-
# https://github.com/RustCrypto/crypto-bigint/pull/762
22-
# https://github.com/RustCrypto/crypto-bigint/pull/765
23-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }

elliptic-curve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and public/secret keys composed thereof.
1818

1919
[dependencies]
2020
base16ct = "0.2"
21-
crypto-bigint = { version = "0.7.0-pre", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
21+
crypto-bigint = { version = "=0.7.0-pre.1", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
2222
hybrid-array = { version = "0.3", default-features = false, features = ["zeroize"] }
2323
rand_core = { version = "0.9.0", default-features = false }
2424
subtle = { version = "2.6", default-features = false }

0 commit comments

Comments
 (0)