Skip to content

Commit

Permalink
Upgraded dependencies to 2.0.0 except cw-multi-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Mar 20, 2024
1 parent b765e62 commit 1cc648d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

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

[workspace.dependencies]
cosmwasm-schema = "2.0.0-rc.1"
cosmwasm-std = "2.0.0-rc.1"
cw2 = "2.0.0-rc.0"
cw-controllers = "2.0.0-rc.0"
cw-multi-test = "2.0.0-rc.0"
cw-storage-plus = "2.0.0-rc.0"
cw-utils = "2.0.0-rc.0"
cosmwasm-schema = "2.0.0"
cosmwasm-std = "2.0.0"
cw2 = "2.0.0"
cw-controllers = "2.0.0"
cw-multi-test = "2.0.0-rc.2"
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
schemars = "0.8.15"
semver = "1"
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 1cc648d

Please sign in to comment.