Skip to content

Commit

Permalink
Merge pull request #48 from confio/jakub/update-cw-multi-test-081
Browse files Browse the repository at this point in the history
Update cw-multi-test to 0.8.1
  • Loading branch information
ueco-jb authored Sep 3, 2021
2 parents e304e13 + f830d90 commit 6080e2f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/dso-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ thiserror = { version = "1.0.24" }
[dev-dependencies]
anyhow = "1"
cosmwasm-schema = { version = "0.16.0" }
cw-multi-test = "0.8.0"
cw-multi-test = "0.8.1"
cw4-group = "0.8.0"
derivative = "2"
2 changes: 1 addition & 1 deletion contracts/tfi-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = "1"
cosmwasm-schema = "0.16.0"
cosmwasm-storage = { version = "0.16.0", features = ["iterator"] }
anyhow = { version = "1", features = ["backtrace"] }
cw-multi-test = "0.8.0"
cw-multi-test = "0.8.1"
tfi-pair = { path = "../tfi-pair", version = "0.1" }
dso-token = { path = "../dso-token", version = "0.1" }
derivative = "2"
Expand Down
2 changes: 1 addition & 1 deletion contracts/tfi-pair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thiserror = { version = "1.0.20" }
cosmwasm-schema = "0.16.0"
cosmwasm-storage = { version = "0.16.0", features = ["iterator"] }
cw20-base = { version = "0.8.0", features = ["library"] }
cw-multi-test = { version = "0.8.0" }
cw-multi-test = { version = "0.8.1" }
tfi-mocks = { path = "../../packages/mocks", version = "0.1.0"}
derivative = "2"
anyhow = { version = "1", features = ["backtrace"] }

0 comments on commit 6080e2f

Please sign in to comment.