mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump ark-scale version to 0.0.12 (#2652)
As per title. Fix in ark-scale `TypeInfo` implementation
This commit is contained in:
@@ -56,7 +56,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 = "2019248", default-features = false, features = ["substrate-curves"], optional = true }
|
||||
bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "e9782f9", default-features = false, features = ["substrate-curves"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
|
||||
@@ -23,7 +23,7 @@ ark-ed-on-bls12-381-bandersnatch-ext = { version = "0.4.1", default-features = f
|
||||
ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false, optional = true }
|
||||
ark-ed-on-bls12-377-ext = { version = "0.4.1", default-features = false, optional = true }
|
||||
ark-ed-on-bls12-377 = { version = "0.4.0", default-features = false, optional = true }
|
||||
ark-scale = { version = "0.0.11", default-features = false, features = ["hazmat"], optional = true }
|
||||
ark-scale = { version = "0.0.12", default-features = false, features = ["hazmat"], optional = true }
|
||||
sp-runtime-interface = { path = "../../runtime-interface", default-features = false, optional = true }
|
||||
sp-std = { path = "../../std", default-features = false, optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user