Skip to content

Commit

Permalink
Update cw20-base requirement from 1 to 2
Browse files Browse the repository at this point in the history
Updates the requirements on [cw20-base](https://github.com/CosmWasm/cw-plus) to permit the latest version.
- [Release notes](https://github.com/CosmWasm/cw-plus/releases)
- [Changelog](https://github.com/CosmWasm/cw-plus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-plus@v1.0.0...cw20-base-v2.0.0)

---
updated-dependencies:
- dependency-name: cw20-base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 1300da0 commit 7cc362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cw-orch-daemon = { path = "." }
uid = "0.1.7"
env_logger = "0.11.2"
cw20 = { version = "1" }
cw20-base = { version = "1" }
cw20-base = { version = "2" }
cosmwasm-schema = "1.2"
speculoos = "0.11.0"
ctor = "0.2.0"
Expand Down

0 comments on commit 7cc362c

Please sign in to comment.