Skip to content

Commit

Permalink
Bandersnatch dependency update (paritytech#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy authored Nov 2, 2023
1 parent 7636c7e commit 4e53ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "4b09416", default-features = false, optional = true }
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "cbc342e", default-features = false, optional = true }

[dev-dependencies]
criterion = "0.4.0"
Expand All @@ -76,7 +76,7 @@ bench = false
default = [ "std" ]
std = [
"array-bytes",
"bandersnatch_vrfs?/getrandom",
"bandersnatch_vrfs?/std",
"bip39/rand",
"bip39/std",
"blake2/std",
Expand Down
1 change: 1 addition & 0 deletions substrate/primitives/crypto/ec-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ std = [
"ark-bw6-761-ext?/std",
"ark-bw6-761?/std",
"ark-ec?/parallel",
"ark-ec?/std",
"ark-ed-on-bls12-377-ext?/std",
"ark-ed-on-bls12-377?/std",
"ark-ed-on-bls12-381-bandersnatch-ext?/std",
Expand Down

0 comments on commit 4e53ac8

Please sign in to comment.