Skip to content

Commit

Permalink
deps: Bump Edge client CLI to 0.1.22 (#4164)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
theduke authored Aug 18, 2023
1 parent c5f8fbb commit 0ea42da
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 14 deletions.
79 changes: 67 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ virtual-net = { version = "0.5.0", path = "../virtual-net" }

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

# Third-party dependencies.

Expand Down
2 changes: 1 addition & 1 deletion lib/wasi-web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ea42da

Please sign in to comment.