Skip to content

Commit

Permalink
chore: Update cosmwasm to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Dec 19, 2024
1 parent 88f0cf7 commit 2b6e2cf
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 63 deletions.
72 changes: 48 additions & 24 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 @@ -8,15 +8,15 @@ version = "1.3.3"

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

[workspace.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit 2b6e2cf

Please sign in to comment.