From e03b6250466e2569d071c36395696444544bea7a Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 22 Jun 2024 07:54:18 +0000 Subject: [PATCH] Bump msrv for binstalk-fetchers to 1.70 --- crates/binstalk-fetchers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 877162cf..37bd254e 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "The binstall fetchers" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-fetchers" -rust-version = "1.65.0" +rust-version = "1.70.0" authors = ["Jiahao XU "] license = "GPL-3.0-only"