From 6785d3ef82350c5a3b97f1f60bc9230dd37eae5b Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 29 Nov 2022 15:18:28 +1100 Subject: [PATCH] Fix msrv: Bump to v1.65.0 (#574) - bin and binstalk uses new let-else lang feature - dep zstd of binstalk-downloader just bumped its msrv to v1.64.0 Signed-off-by: Jiahao XU --- crates/bin/Cargo.toml | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"