Skip to content

Commit

Permalink
Update cw-orch requirement from 0.19.1 to 0.20.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cw-orch](https://github.com/AbstractSDK/cw-orchestrator) to permit the latest version.
- [Release notes](https://github.com/AbstractSDK/cw-orchestrator/releases)
- [Changelog](https://github.com/AbstractSDK/cw-orchestrator/blob/main/CHANGELOG.md)
- [Commits](AbstractSDK/cw-orchestrator@v0.19.1...v0.19.3)

---
updated-dependencies:
- dependency-name: cw-orch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent b33d9b4 commit ebb8e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cw-asset = { version = "3.0.0" }
abstract-app = { version = "0.20" }

# Dependencies for interface
cw-orch = { version = "0.19.1", optional = true }
cw-orch = { version = "0.20.0", optional = true }

[dev-dependencies]
app = { path = ".", features = ["interface"] }
Expand All @@ -59,5 +59,5 @@ speculoos = "0.11.0"
semver = "1.0"
dotenv = "0.15.0"
env_logger = "0.10.0"
cw-orch = { version = "0.19.1" }
cw-orch = { version = "0.20.0" }
clap = { version = "4.3.7", features = ["derive"] }

0 comments on commit ebb8e1b

Please sign in to comment.