Skip to content

Commit

Permalink
Update Substrate-related deps (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer authored Jan 9, 2023
1 parent 9b4c146 commit 053e678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ tendermint = { version = "0.28.0", default-features = false }
tendermint-proto = { version = "0.28.0", default-features = false }
tendermint-light-client-verifier = { version = "0.28.0", default-features = false }

sp-core = { version = "10.0.0", default-features = false, optional = true }
sp-io = { version = "11.0.0", default-features = false, optional = true }
sp-runtime = { version = "11.0.0", default-features = false, optional = true }
sp-core = { version = "11.0.0", default-features = false, optional = true }
sp-io = { version = "12.0.0", default-features = false, optional = true }
sp-runtime = { version = "12.0.0", default-features = false, optional = true }
sp-std = { version = "6.0.0", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit 053e678

Please sign in to comment.