Skip to content

Commit

Permalink
Bump MSRV to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Mar 20, 2023
1 parent 424d6ef commit 31ac4a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.64.0"
msrv = "1.67.0"

0 comments on commit 31ac4a3

Please sign in to comment.