Skip to content

Commit b46b3d1

Browse files
authored
elliptic-curve: bump ff and group to pre-releases (#1821)
1 parent 3620aba commit b46b3d1

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ members = [
1818
[patch.crates-io]
1919
signature = { path = "signature" }
2020

21-
# https://github.com/RustCrypto/MACs/pull/178
22-
hmac = { git = "https://github.com/RustCrypto/MACs.git" }
23-
2421
# https://github.com/RustCrypto/crypto-bigint/pull/762
2522
# https://github.com/RustCrypto/crypto-bigint/pull/765
2623
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
27-
28-
# https://github.com/zkcrypto/ff/pull/122
29-
# https://github.com/zkcrypto/ff/pull/126
30-
# https://github.com/zkcrypto/ff/pull/127
31-
ff = { git = "https://github.com/zkcrypto/ff.git", branch = "release-0.14.0" }
32-
33-
# https://github.com/zkcrypto/group/pull/56
34-
# https://github.com/zkcrypto/group/pull/57
35-
group = { git = "https://github.com/baloo/group.git", branch = "baloo/try_from_rng" }

elliptic-curve/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ zeroize = { version = "1.7", default-features = false }
2727
# optional dependencies
2828
base64ct = { version = "1", optional = true, default-features = false, features = ["alloc"] }
2929
digest = { version = "=0.11.0-pre.10", optional = true }
30-
ff = { version = "0.13", optional = true, default-features = false }
31-
group = { version = "0.13", optional = true, default-features = false }
30+
ff = { version = "=0.14.0-pre.0", optional = true, default-features = false }
31+
group = { version = "=0.14.0-pre.0", optional = true, default-features = false }
3232
hkdf = { version = "=0.13.0-pre.5", optional = true, default-features = false }
3333
hex-literal = { version = "1", optional = true }
3434
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true, features = ["alloc"] }

0 commit comments

Comments
 (0)