Skip to content

Commit

Permalink
Update cosmwasm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 23, 2024
1 parent d5e3887 commit c11d2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ tendermint-testgen = { version = "0.34.0", default-features = fals
### Note: Kept at the following version to match the CosmWasm module version
### used by chains supporting the wasm-enabled version of ibc-go v7.3
### (This is the min version of `ibc-go` that supports `08-wasm` light clients)
cosmwasm-schema = { version = "1.5.2" }
cosmwasm-std = { version = "1.5.2" }
cosmwasm-vm = { version = "1.5.2" }
cosmwasm-schema = { version = "1.5.4" }
cosmwasm-std = { version = "1.5.4" }
cosmwasm-vm = { version = "1.5.4" }

# parity dependencies
parity-scale-codec = { version = "3.6.5", default-features = false, features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions ci/cw-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
ibc-apps = { path = "../../ibc-apps", default_features = false, features = ["serde", "parity-scale-codec"] }
ibc-core = { path = "../../ibc-core", features = ["serde", "parity-scale-codec", "schema"] }
cosmwasm-std = { version = "^1.5.3", default-features = false }
cosmwasm-schema = { version = "^1.5.3", default-features = false }
cosmwasm-std = { version = "1.5.4", default-features = false }
cosmwasm-schema = { version = "1.5.4", default-features = false }
serde_json = { package = "serde-json-wasm", version = "^1.0.1", default-features = false }
thiserror = { version = "^1.0", default-features = false }

Expand Down

0 comments on commit c11d2ef

Please sign in to comment.