Skip to content

Commit 2f240d8

Browse files
Update jubjub requirement from 0.7 to 0.8 (#131)
* Update jubjub requirement from 0.7 to 0.8 Updates the requirements on [jubjub](https://github.com/zkcrypto/jubjub) to permit the latest version. - [Release notes](https://github.com/zkcrypto/jubjub/releases) - [Changelog](https://github.com/zkcrypto/jubjub/blob/main/RELEASES.md) - [Commits](https://github.com/zkcrypto/jubjub/commits/0.8.0) --- updated-dependencies: - dependency-name: jubjub dependency-type: direct:production ...
1 parent 3db05e2 commit 2f240d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["nightly"]
2121
blake2b_simd = "0.5"
2222
byteorder = "1.4"
2323
digest = "0.9"
24-
jubjub = "0.7"
24+
jubjub = "0.8"
2525
rand_core = "0.6"
2626
serde = { version = "1", optional = true, features = ["derive"] }
2727
thiserror = "1.0"

0 commit comments

Comments
 (0)