mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Set MSRV
Not as policy, just because we use 1.61.0 features
This commit is contained in:
parent
6333fb0bd3
commit
d59fd60e8a
1 changed files with 1 additions and 1 deletions
|
@ -4,11 +4,11 @@ description = "Rust binary package installer for CI integration"
|
|||
repository = "https://github.com/ryankurte/cargo-binstall"
|
||||
documentation = "https://docs.rs/cargo-binstall"
|
||||
version = "0.8.0"
|
||||
rust-version = "1.61.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ format }"
|
||||
bin-dir = "{ bin }{ format }"
|
||||
|
|
Loading…
Add table
Reference in a new issue