Skip to content

Commit

Permalink
use original bandersnatch_vrfs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jul 24, 2024
1 parent 3b7ac39 commit 5f4af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "d9ba2e3", 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"
Expand Down

0 comments on commit 5f4af34

Please sign in to comment.