Skip to content

Commit

Permalink
Use tagged cw-multi-test release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Oct 3, 2023
1 parent 2209868 commit 017b9d4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
48 changes: 29 additions & 19 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cosmwasm-schema = { version = "1.2" }
cosmwasm-std = { version = "1.2", features = ["ibc3"] }
cosmwasm-storage = { version = "1.2" }
cw-controllers = "1.1"
cw-multi-test = "0.16"
cw-multi-test = "0.17"
cw-storage-plus = { version = "1.1" }
cw-utils = "1.0"
cw2 = "1.1"
Expand Down Expand Up @@ -126,7 +126,3 @@ cw20-staked-balance-voting-v1 = { package = "cw20-staked-balance-voting", versio
cw4-voting-v1 = { package = "cw4-voting", version = "0.1.0" }
voting-v1 = { package = "dao-voting", version = "0.1.0" }
stake-cw20-v03 = { package = "stake-cw20", version = "0.2.6" }

# TODO remove when new release is tagged upstream
[patch.crates-io]
cw-multi-test = { git = "https://github.com/CosmWasm/cw-multi-test.git", rev = "d38db7752b9f054c395d6108453f8b321e4cab02" }
3 changes: 1 addition & 2 deletions contracts/voting/dao-voting-token-staked/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ cw-tokenfactory-issuer = { workspace = true, features = ["library"] }

[dev-dependencies]
anyhow = { workspace = true }
# TODO use upstream when new release is tagged
cw-multi-test = { git = "https://github.com/CosmWasm/cw-multi-test.git", rev = "d38db7752b9f054c395d6108453f8b321e4cab02" }
cw-multi-test = { workspace = true }
cw-tokenfactory-issuer = { workspace = true }
dao-proposal-single = { workspace = true }
dao-proposal-hook-counter = { workspace = true }
Expand Down

0 comments on commit 017b9d4

Please sign in to comment.