Skip to content

Commit

Permalink
Upgrade Edge CLI dependency
Browse files Browse the repository at this point in the history
New version has an improved "app create" workflow.

Closes #4103
  • Loading branch information
theduke committed Aug 3, 2023
1 parent 79e92a7 commit 7b60c3d
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 68 deletions.
159 changes: 92 additions & 67 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.4.0", path = "../virtual-net" }

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

# Third-party dependencies.

Expand Down

0 comments on commit 7b60c3d

Please sign in to comment.