-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MSRV to 1.69.0 and ctrlc to 3.4.5
Since this is a binary project, we should use the latest compatible dependency versions. Updated: - Minimum Supported Rust Version (MSRV) to 1.69.0 - ctrlc to 3.4.5 (latest version) This follows Rust's MSRV policy where MSRV bumps are not considered breaking changes. See: rust-lang/api-guidelines#231
- Loading branch information
1 parent
eae5c5b
commit e7f0abe
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.63.0" | ||
channel = "1.69.0" | ||
components = [ "rustfmt" ] |