Skip to content

Commit

Permalink
Update cw-orch requirement from 0.16.4 to 0.19.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.16.4...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 9da4fd3 commit 3b635c0
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 @@ -47,7 +47,7 @@ abstract-sdk = { version = "0.19.2" }

# Dependencies for interface
abstract-interface = { version = "0.19.2", optional = true }
cw-orch = { version = "0.16.4", optional = true }
cw-orch = { version = "0.19.0", optional = true }

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

0 comments on commit 3b635c0

Please sign in to comment.