Skip to content

Commit

Permalink
build(deps): bump cw-asset from 3.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [cw-asset](https://github.com/mars-protocol/cw-asset) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/mars-protocol/cw-asset/releases)
- [Commits](mars-protocol/cw-asset@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: cw-asset
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 5aaf188 commit b6b3f47
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
40 changes: 31 additions & 9 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 @@ -55,7 +55,7 @@ cw3 = "1.1.2"
cw4 = "1.1.2"
cw721 = "0.18.0"
cw721-base = { version = "0.18.0", features = ["library"] }
cw-asset = "=3.0.0"
cw-asset = "=4.0.0"
cosmwasm-schema = "1.5.8"
semver = "1.0.0"
enum-repr = "0.2.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cw20-base = { workspace = true, features = ["library"] }
cw721-base = { workspace = true }
cw-utils = { workspace = true }
cw2 = { workspace = true }
cw-asset = { version = "3.0.0" }
cw-asset = { version = "4.0.0" }
thiserror = { version = "2.0.3" }
lazy_static = "1"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cw721-base = { workspace = true }
cw-utils = { workspace = true }
cw2 = { workspace = true }
cw3 = { workspace = true }
cw-asset = { version = "3.0.0" }
cw-asset = { version = "4.0.0" }
thiserror = { version = "2.0.3" }
lazy_static = "1"
hex = "0.4"
Expand Down

0 comments on commit b6b3f47

Please sign in to comment.