Skip to content

Commit 464b5ed

Browse files
authored
elliptic-curve: bump crypto-bigint to v0.7 final release (#2330)
Release PR: RustCrypto/crypto-bigint#1218
1 parent a510d99 commit 464b5ed

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ and traits for representing various elliptic curve forms, scalars, points,
1616
and public/secret keys composed thereof.
1717
"""
1818

19-
[dependencies.bigint]
20-
package = "crypto-bigint"
21-
version = "0.7.0-rc.27"
22-
default-features = false
23-
features = ["hybrid-array", "rand_core", "subtle", "zeroize"]
24-
2519
[dependencies]
2620
array = { package = "hybrid-array", version = "0.4", default-features = false, features = ["zeroize"] }
21+
bigint = { package = "crypto-bigint", version = "0.7", default-features = false, features = ["hybrid-array", "rand_core", "subtle", "zeroize"] }
2722
base16ct = "1"
2823
common = { package = "crypto-common", version = "0.2", features = ["rand_core"] }
2924
rand_core = { version = "0.10", default-features = false }

0 commit comments

Comments
 (0)