Skip to content

Commit 31e349d

Browse files
authored
Merge pull request zkcrypto#64 from zkcrypto/preview-0.14.0-pre.0
Preview 0.14.0-pre.0
2 parents 6636782 + a260479 commit 31e349d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "group"
3-
version = "0.13.0"
3+
version = "0.14.0-pre.0"
44
authors = [
55
"Sean Bowe <[email protected]>",
66
"Jack Grigg <[email protected]>",
@@ -16,7 +16,7 @@ homepage = "https://github.com/zkcrypto/group"
1616
repository = "https://github.com/zkcrypto/group"
1717

1818
[dependencies]
19-
ff = { version = "0.13", default-features = false }
19+
ff = { version = "=0.14.0-pre.0", default-features = false }
2020
rand = { version = "0.9", optional = true, default-features = false }
2121
rand_core = { version = "0.9", default-features = false }
2222
rand_xorshift = { version = "0.4", optional = true }
@@ -33,6 +33,3 @@ wnaf-memuse = ["alloc", "memuse"]
3333

3434
[badges]
3535
maintenance = { status = "actively-developed" }
36-
37-
[patch.crates-io]
38-
ff = { git = "https://github.com/zkcrypto/ff.git", rev = "241caff9bcedafbe279b5a4d875461f66b3f9701" }

0 commit comments

Comments
 (0)