Skip to content

Commit

Permalink
deps: Bump edge-cli
Browse files Browse the repository at this point in the history
Contains a bug fix for `wasmer app create`, which would
previously fail due to not appending `wasmer.toml` to the manifest path,
and trying to use a directory path instead.
  • Loading branch information
theduke committed Nov 28, 2023
1 parent fae2cd5 commit 7fbed59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.6.1", path = "../virtual-net" }

# Wasmer-owned dependencies.
webc = { workspace = true }
wasmer-edge-cli = { version = "=0.1.0", default-features = false }
wasmer-edge-cli = { version = "=0.1.1", default-features = false }

# Third-party dependencies.

Expand Down

0 comments on commit 7fbed59

Please sign in to comment.