Skip to content

Commit

Permalink
chore: Update to cosmwasm-std 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Jul 31, 2024
1 parent 7b6d2ce commit d1052d5
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 176 deletions.
60 changes: 30 additions & 30 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 @@ -9,14 +9,14 @@ version = "1.1.0"
[workspace.dependencies]
sylvia-derive = { version = "1.1.0", path = "sylvia-derive" }
anyhow = "1.0.86"
cosmwasm-schema = "2.0.4"
cosmwasm-std = "2.0.4"
cosmwasm-schema = "2.1.1"
cosmwasm-std = "2.1.1"
cw-multi-test = "2.1.0"
cw-storage-plus = "2.0.0"
schemars = "0.8.21"
cw-utils = "2.0.0"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
thiserror = "1.0.61"
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
thiserror = "1.0.63"

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

0 comments on commit d1052d5

Please sign in to comment.