From 31ac4a3f5c4d86c5f20ddf98437eea86326d0875 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Mon, 20 Mar 2023 01:22:52 -0600 Subject: [PATCH] Bump MSRV to 1.67.0 --- .github/workflows/CICD.yml | 2 +- Cargo.toml | 2 +- clippy.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 5947061..efc1bd3 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1,7 +1,7 @@ name: CICD env: - MIN_SUPPORTED_RUST_VERSION: "1.64.0" + MIN_SUPPORTED_RUST_VERSION: "1.67.0" CICD_INTERMEDIATES_DIR: "_cicd-intermediates" on: diff --git a/Cargo.toml b/Cargo.toml index dabe48a..4ffb4ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" repository = "https://github.com/sharkdp/fd" version = "8.7.0" edition= "2021" -rust-version = "1.64.0" +rust-version = "1.67.0" [badges.appveyor] repository = "sharkdp/fd" diff --git a/clippy.toml b/clippy.toml index 22fd4be..91884d3 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.64.0" +msrv = "1.67.0"