Skip to content

Commit

Permalink
Fix a typo in cargo binstall metadata (bytecodealliance#8989)
Browse files Browse the repository at this point in the history
This fixes a typo from bytecodealliance#8681 which was also forgotten from bytecodealliance#8855
to get `cargo binstall wasmtime-cli` working on Linux.
  • Loading branch information
alexcrichton authored Jul 22, 2024
1 parent c879eaf commit 9a3508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/v{version}/wasmtime-v{version}-{target-arch}-{target-family}{archive-suffix}"
bin-dir = "wasmtime-{version}-{target-arch}-{target-family}/{bin}{binary-ext}"
bin-dir = "wasmtime-v{version}-{target-arch}-{target-family}/{bin}{binary-ext}"
pkg-fmt = "txz"
[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{repo}/releases/download/v{version}/wasmtime-v{version}-{target-arch}-macos{archive-suffix}"
Expand Down

0 comments on commit 9a3508d

Please sign in to comment.