ff 0.11, group 0.11, etc.

Extracted from: 65e1d32774
This commit is contained in:
Jack Grigg 2021-09-09 17:45:50 +01:00
parent 943e6f5c20
commit 13d5f6f38a
1 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@ blake2b_simd = "0.5"
byteorder = "1"
chacha20 = "0.8"
chacha20poly1305 = "0.9"
ff = "0.10"
group = "0.10"
ff = "0.11"
group = "0.11"
rand_core = "0.6"
subtle = "2.2.3"
[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.7"
jubjub = "0.8"
[lib]
bench = false