Bump ark-scale version to 0.0.12 (#2652)

As per title.

Fix in ark-scale `TypeInfo` implementation
This commit is contained in:
Davide Galassi
2023-12-08 09:47:48 +01:00
committed by GitHub
parent ac3f14d23b
commit f5edd4f4da
3 changed files with 29 additions and 15 deletions
@@ -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 }