Bump bandersnatch VRF revision (#2389)

Closes https://github.com/paritytech/polkadot-sdk/issues/2327

cc @burdges
This commit is contained in:
Davide Galassi
2023-11-17 23:48:34 +01:00
committed by GitHub
parent 82912acb33
commit 1d1c371948
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ sp-runtime-interface = { path = "../runtime-interface", default-features = false
# bls crypto
w3f-bls = { version = "0.1.3", default-features = false, optional = true}
# bandersnatch crypto
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "cbc342e", default-features = false, optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "3ddc205", default-features = false, optional = true }
[dev-dependencies]
criterion = "0.4.0"