Skip to content

Commit

Permalink
Update bandersnatch_vrfs inside sp-core to support 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
beqaabu authored Dec 3, 2024
1 parent afaa29d commit dc6809e
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 = "3119f51", default-features = false, optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "0fef826", default-features = false, optional = true }

[dev-dependencies]
criterion = "0.4.0"
Expand Down

0 comments on commit dc6809e

Please sign in to comment.