Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`cargo binstall cargo-tarpaulin` currently installs from source on Windows, despite releases being available for that platform in the repository. The root cause is that the `.tar.gz` extension is explicitly specified in the `pkg-url` under `[package.metadata.binstall]`. Replacing that extension with `{ archive-suffix }` is sufficient to make this work.
- Loading branch information