Skip to content

Commit

Permalink
build(deps): bump cosmwasm-std from 1.5.2 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.2...v1.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent a0ae2ea commit 4409476
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \

[dependencies]
cosmwasm-schema = "1.5.0"
cosmwasm-std = { version = "1.5.0", features = [
cosmwasm-std = { version = "1.5.4", features = [
"cosmwasm_1_3",
# Enable this if you only deploy to chains that have CosmWasm 1.4 or higher
# "cosmwasm_1_4",
Expand Down

0 comments on commit 4409476

Please sign in to comment.