Skip to content

Commit

Permalink
Update abstract-core requirement from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [abstract-core](https://github.com/AbstractSDK/contracts) to permit the latest version.
- [Release notes](https://github.com/AbstractSDK/contracts/releases)
- [Changelog](https://github.com/AbstractSDK/contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AbstractSDK/contracts/commits)

---
updated-dependencies:
- dependency-name: abstract-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent fca752d commit dc1f7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw-card-issuer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ schema = ["abstract-app/schema"]
[dependencies]
abstract-sdk = { version = "0.17.0" }
abstract-app = { version = "0.17.0" }
abstract-core = { version = "0.17.0" }
abstract-core = { version = "0.18.0" }
abstract-dex-adapter = { git = "https://github.com/AbstractSDK/abstract.git", tag = "v0.17.0", default-features = false }
cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
Expand Down

0 comments on commit dc1f7db

Please sign in to comment.