Skip to content

Commit

Permalink
feat: Enable cosmwasm_2_2 flag in MultiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Jan 20, 2025
1 parent 6df359e commit 8c962c4
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 59 deletions.
53 changes: 31 additions & 22 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ resolver = "2"
version = "1.3.3"

[workspace.dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
cosmwasm-schema = "2.2.0"
cosmwasm-std = "2.2.0"
cw-multi-test = "2.2.0"
cw-multi-test = "2.3.0"
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
schemars = "0.8.21"
serde = { version = "1.0.216", default-features = false, features = ["derive"] }
serde = { version = "1.0.217", default-features = false, features = ["derive"] }
sylvia-derive = { version = "1.3.3", path = "sylvia-derive" }
thiserror = "2.0.8"
thiserror = "2.0.11"

[workspace.metadata.docs.rs]
all-features = true
Expand Down
63 changes: 36 additions & 27 deletions examples/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ sylvia = { path = "../sylvia" }
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
cw2 = "2.0.0"
semver = "1.0.24"
thiserror = "2.0.8"
semver = "1.0.25"
thiserror = "2.0.11"
assert_matches = "1.5.0"
Loading

0 comments on commit 8c962c4

Please sign in to comment.