diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 6e36a94b..bf80fc20 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -4,7 +4,7 @@ description = "Rust binary package installer for CI integration" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/cargo-binstall" version = "0.17.0" -rust-version = "1.61.0" +rust-version = "1.65.0" authors = ["ryan "] edition = "2021" license = "GPL-3.0" diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index e11668ec..c081ccd9 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -4,7 +4,7 @@ description = "The binstall toolkit for downloading and extracting file" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-downloader" version = "0.1.0" -rust-version = "1.61.0" +rust-version = "1.65.0" authors = ["ryan "] edition = "2021" license = "GPL-3.0" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 3663563a..5289ed5c 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -4,7 +4,7 @@ description = "The binstall toolkit (library interface)" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk" version = "0.5.0" -rust-version = "1.61.0" +rust-version = "1.65.0" authors = ["ryan "] edition = "2021" license = "GPL-3.0"