This commit is contained in:
Jack Grigg 2021-08-23 20:15:51 +01:00
parent 9be36f3e54
commit ecb82ed813
2 changed files with 1 additions and 6 deletions

View File

@ -17,11 +17,6 @@ panic = 'abort'
codegen-units = 1
[patch.crates-io]
# To resolve the funty mess. Removing this probably blocks on a nom 7 release.
# - https://github.com/Geal/nom/issues/1302
# - https://github.com/Geal/nom/pull/1304
nom = { git = "https://github.com/myrrlyn/nom.git", rev = "d6b81f5303b0a347726e1f3f428751f376e7b771" }
# In development.
halo2 = { git = "https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "d0baa18fc6105df4a7847de2b6dc50c5919b3123" }

View File

@ -21,7 +21,7 @@ ff = "0.10"
group = "0.10"
hex = "0.4"
jubjub = "0.7"
nom = "6.1"
nom = "7"
percent-encoding = "2.1.0"
proptest = { version = "1.0.0", optional = true }
protobuf = "2.20"