Skip to content

Commit

Permalink
Update cosmwasm-std requirement from 1.5.3 to 2.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) to permit the latest version.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.5/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.3...v1.5.5)

---
updated-dependencies:
- dependency-name: cosmwasm-std
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent 6df24f8 commit 4359e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ panic = 'abort'
incremental = false

[workspace.dependencies]
cosmwasm-std = { version = "1.5.3" }
cosmwasm-std = { version = "2.0.3" }
cosmwasm-schema = { version = "1.5.3" }
cw-controllers = { version = "1.1.2" }
cw-storage-plus = "1.2.0"
Expand Down

0 comments on commit 4359e29

Please sign in to comment.