Skip to content

Commit

Permalink
Merge pull request #224 from hackbg/dependabot/cargo/examples/contrac…
Browse files Browse the repository at this point in the history
…ts/cw-echo/cosmwasm-std-1.5.4

chore(deps): bump cosmwasm-std from 1.5.0 to 1.5.4 in /examples/contracts/cw-echo
  • Loading branch information
egasimus authored Jun 18, 2024
2 parents 79a9033 + 3553437 commit 4bf6cb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions examples/contracts/cw-echo/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 examples/contracts/cw-echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-std = "1.5.0"
cosmwasm-std = "1.5.4"
serde = { version = "1.0.114", default-features = false, features = ["derive"] }
schemars = "0.8.15"

0 comments on commit 4bf6cb0

Please sign in to comment.