Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 7, 2024
2 parents ce11201 + ee44fb3 commit 868661c
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 @@ ibc-proto = { version = "0.47", default-features = false, features = [
"borsh",
"serde",
] }
tendermint = { version = "0.39", default-features = false }
tendermint-proto = { version = "0.39", default-features = false }
tendermint-light-client-verifier = { version = "0.39", default-features = false, features = [ "rust-crypto" ] }
tendermint = { version = "0.38", default-features = false }
tendermint-proto = { version = "0.38", default-features = false }
tendermint-light-client-verifier = { version = "0.38", default-features = false, features = [ "rust-crypto" ] }

sp-core = { version = "34.0", default-features = false, optional = true }
sp-io = { version = "37.0", default-features = false, optional = true }
Expand Down

0 comments on commit 868661c

Please sign in to comment.