mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 23:35:44 +00:00
Set "std" feature on sp-runtime to avoid a static assertion error (#438)
* apply std feature to runtime to avoid static assertion error * std is a default feature anyway
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ thiserror = "1.0.24"
|
|||||||
subxt-macro = { version = "0.17.0", path = "../macro" }
|
subxt-macro = { version = "0.17.0", path = "../macro" }
|
||||||
|
|
||||||
sp-core = { version = "5.0.0", default-features = false }
|
sp-core = { version = "5.0.0", default-features = false }
|
||||||
sp-runtime = { version = "5.0.0", default-features = false }
|
sp-runtime = "5.0.0"
|
||||||
sp-version = "4.0.0"
|
sp-version = "4.0.0"
|
||||||
|
|
||||||
frame-metadata = "14.0.0"
|
frame-metadata = "14.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user