Skip to content

Commit 0ea42da

Browse files
authored
deps: Bump Edge client CLI to 0.1.22 (#4164)
Fixes a bug where the "app create" command would not create a wasmer.toml if the package wasn't published immediately. Improves output. Adds a "wasmer app info" command for getting high-level app info. The "app get/info" commands will now infer the app from an app.yaml in the current directory. Closes #4128
1 parent c5f8fbb commit 0ea42da

File tree

3 files changed

+69
-14
lines changed

3 files changed

+69
-14
lines changed

Cargo.lock

Lines changed: 67 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ virtual-net = { version = "0.5.0", path = "../virtual-net" }
6464

6565
# Wasmer-owned dependencies.
6666
webc = { workspace = true }
67-
wasmer-deploy-cli = { version = "=0.1.19", default-features = false }
67+
wasmer-deploy-cli = { version = "=0.1.22", default-features = false }
6868

6969
# Third-party dependencies.
7070

lib/wasi-web/Cargo.lock

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

0 commit comments

Comments
 (0)