Skip to content

Commit 01a9a60

Browse files
Update cw-orch requirement from 0.22.2 to 0.23.0
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.22.2...v0.22.2) --- updated-dependencies: - dependency-name: cw-orch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 610a7ac commit 01a9a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cw-orch-core = "1.0.0"
5959
cw2 = { version = "1.0" }
6060
cw20 = { version = "1.0" }
6161
cw20-base = { version = "1.0", features = ["library"] }
62-
cw-orch = { version = "0.22.2" }
62+
cw-orch = { version = "0.23.0" }
6363
tokio = { version = "1.4", features = ["full"] }
6464
log = "0.4.14"
6565
anyhow = "1"

0 commit comments

Comments
 (0)