Skip to content

Commit 9efc4cb

Browse files
pinned control interface to 0.27
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
1 parent f8a3e96 commit 9efc4cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ tracing-subscriber = { version = "0.3.7", features = [
6161
uuid = "1"
6262
# wasmbus-rpc = "0.13"
6363
wasmbus-rpc = { version = "0.13", git = "https://github.com/vados-cosmonic/weld", branch = "chore/update-nkeys-and-related-deps" }
64-
# wasmcloud-control-interface = "0.27"
65-
wasmcloud-control-interface = { version = "0.27", git = "https://github.com/wasmCloud/control-interface-client", branch = "bump/v0.27.0" }
64+
wasmcloud-control-interface = "0.27"
6665
semver = { version = "1.0.16", features = ["serde"] }
6766

6867
[dev-dependencies]

0 commit comments

Comments
 (0)