Skip to content

Commit

Permalink
Update Cargo.toml to allow cargo-binstall on windows (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljm authored Sep 12, 2023
1 parent 2e78ff7 commit a49cd3a
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 @@ -73,7 +73,7 @@ lcov = "0.8.1"
rusty-fork = "0.3.0"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ version }/cargo-tarpaulin-{ target }.tar.gz"
pkg-url = "{ repo }/releases/download/{ version }/cargo-tarpaulin-{ target }{ archive-suffix }"
bin-dir = "cargo-tarpaulin{ binary-ext }"
pkg-fmt = "tgz"

Expand Down

0 comments on commit a49cd3a

Please sign in to comment.