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:
James Wilson
2022-02-04 17:45:45 +00:00
committed by GitHub
parent e9be43aaff
commit 19ae2aa9ee
+1 -1
View File
@@ -30,7 +30,7 @@ thiserror = "1.0.24"
subxt-macro = { version = "0.17.0", path = "../macro" }
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"
frame-metadata = "14.0.0"