Use bandersnatch-vrfs with locked dependencies ref (#1342)

* Use bandersnatch-vrfs with locked dependencies ref

* Update ark-scale to 0.0.10

* Bump ark-substrate crates version
This commit is contained in:
Davide Galassi
2023-09-01 15:58:46 +02:00
committed by GitHub
parent a846813493
commit 0d6ef3e6c2
3 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -58,7 +58,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 = "c86ebd4", default-features = false, optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "3119f51", default-features = false, optional = true }
[dev-dependencies]
criterion = "0.4.0"