Skip to content
Open
62 changes: 41 additions & 21 deletions integration-tests/contracts/ibc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions integration-tests/contracts/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[workspace.dependencies]
cosmwasm-std = { version = "2.1.4", features = ["cosmwasm_2_0", "stargate"] }
cosmwasm-schema = "2.1.4"
cosmwasm-std = { version = "2.3.2", features = ["cosmwasm_2_0", "stargate"] }
cosmwasm-schema = "2.3.2"
cw-storage-plus = "2.0.0"
cw2 = "2.0.0"
thiserror = "1.0.59"
schemars = "0.8.10"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
thiserror = "2.0.18"
schemars = "0.8.4"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
3 changes: 3 additions & 0 deletions integration-tests/contracts/ibc/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.81.0"
target = "wasm32-unknown-unknown"
Loading
Loading