mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix bin metadata (#369)
This commit is contained in:
parent
9372ea4e53
commit
62dc435e3a
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-binstall"
|
name = "cargo-binstall"
|
||||||
description = "Rust binary package installer for CI integration"
|
description = "Rust binary package installer for CI integration"
|
||||||
repository = "https://github.com/ryankurte/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
documentation = "https://docs.rs/cargo-binstall"
|
documentation = "https://docs.rs/cargo-binstall"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
rust-version = "1.61.0"
|
rust-version = "1.61.0"
|
||||||
|
@ -9,7 +9,10 @@ authors = ["ryan <ryan@kurte.nz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
|
# These MUST remain even if they're not needed in recent versions because
|
||||||
|
# OLD versions use them to upgrade
|
||||||
[package.metadata.binstall]
|
[package.metadata.binstall]
|
||||||
|
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
|
||||||
bin-dir = "{ bin }{ binary-ext }"
|
bin-dir = "{ bin }{ binary-ext }"
|
||||||
|
|
||||||
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
||||||
|
|
Loading…
Add table
Reference in a new issue