Skip to content

Commit d2b6e8e

Browse files
committed
update dep
1 parent 241a4d4 commit d2b6e8e

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

Cargo.lock

Lines changed: 4 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pallet-drand = { path = "pallets/drand", default-features = false }
196196
sp-crypto-ec-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", features = ["bls12-381"] }
197197
getrandom = { version = "0.2.15", features = ["custom"], default-features = false }
198198
sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
199-
w3f-bls = { git = "https://github.com/w3f/bls", default-features = false }
199+
w3f-bls = { version = "=0.1.3", default-features = false }
200200
ark-crypto-primitives = { version = "0.4.0", default-features = false, features = [ "r1cs", "snark" ] }
201201
ark-scale = { version = "0.0.11", default-features = false, features = ["hazmat"] }
202202
sp-ark-bls12-381 = { git = "https://github.com/paritytech/substrate-curves", default-features = false }

0 commit comments

Comments
 (0)