Skip to content

Commit

Permalink
Update MSRV to 1.69.0 and ctrlc to 3.4.5
Browse files Browse the repository at this point in the history
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
seriouscatsoserious committed Dec 16, 2024
1 parent eae5c5b commit e7f0abe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = "1.0"
tiny_http = { version = "0.12", optional = true }

[target.'cfg(windows)'.dependencies]
ctrlc = "3.2.5"
ctrlc = "3.4.5"

[target.'cfg(not(windows))'.dependencies]
signal-hook = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
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" ]

0 comments on commit e7f0abe

Please sign in to comment.