diff --git a/Cargo.toml b/Cargo.toml index 0f2109e8c..2a46e4190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ protobuf = { version = "2", features = ["with-bytes"] } clap = { version = "4.0.32", features = ["derive"] } semver = "1.0" cw-semver = { version = "1.0" } -cw-orch = { version = "0.13.0" } +cw-orch = { version = "~0.13" } tokio = { version = "1.4", features = ["full"] } ## crates in order of publishing ## see docs/Publishing.md