diff --git a/Cargo.toml b/Cargo.toml index 4ae17a5c..27f51f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" license = "GPL-3.0" - [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ format }" bin-dir = "{ bin }{ format }"