Bump MSRV to 1.67.0

This commit is contained in:
Thayne McCombs 2023-03-20 01:22:52 -06:00
parent 424d6efcc0
commit 31ac4a3f5c
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"

View File

@ -1 +1 @@
msrv = "1.64.0"
msrv = "1.67.0"