Skip to content

Commit

Permalink
Merge pull request #103 from confio/update-to-cw-plus-0.12.1
Browse files Browse the repository at this point in the history
Update to cw-plus 0.12.1
  • Loading branch information
maurolacy committed Feb 21, 2022
2 parents a8cea53 + dd288b9 commit 5a6d3ad
Show file tree
Hide file tree
Showing 36 changed files with 678 additions and 531 deletions.
33 changes: 17 additions & 16 deletions 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 contracts/tg4-engagement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
cw-utils = "0.11.1"
cw2 = "0.11.1"
cw-controllers = "0.11.1"
cw-storage-plus = "0.11.1"
cw-utils = "0.12.1"
cw2 = "0.12.1"
cw-controllers = "0.12.1"
cw-storage-plus = "0.12.1"
tg4 = { path = "../../packages/tg4", version = "0.6.2" }
tg-utils = { version = "0.6.2", path = "../../packages/utils" }
tg-bindings = { version = "0.6.2", path = "../../packages/bindings" }
Expand All @@ -34,7 +34,7 @@ thiserror = { version = "1.0.21" }

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0-beta5" }
cw-multi-test = { version = "0.11.1" }
cw-multi-test = { version = "0.12.1" }