Skip to content

Commit

Permalink
Set "std" feature on sp-runtime to avoid a static assertion error (pa…
Browse files Browse the repository at this point in the history
…ritytech#438)

* apply std feature to runtime to avoid static assertion error

* std is a default feature anyway
  • Loading branch information
jsdw authored and 0623forbidden committed Feb 15, 2022
1 parent 12f80b5 commit 4d9c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d9c534

Please sign in to comment.