From 7ad301513c073d4ea0c7a528c3596a6b30b55c4e Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 10 Jul 2023 07:13:06 +0200 Subject: [PATCH] deps: Upgrade edge CLI version Notable change: wait until webc is ready before publishing an app. --- lib/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 87e23d8d231..fd58364addf 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -47,7 +47,7 @@ virtual-net = { version = "0.3.0", path = "../virtual-net" } # Wasmer-owned dependencies. webc = { workspace = true } wapm-targz-to-pirita = { workspace = true } -wasmer-deploy-cli = { version = "0.1.16", default-features = false } +wasmer-deploy-cli = { version = "0.1.17", default-features = false } # Third-party dependencies.