Skip to content

Commit

Permalink
Update Rust version to 1.74.1
Browse files Browse the repository at this point in the history
We originally pinned to 1.63 because that was the last version before
Rust dropped support for older versions of `glibc` [in Rust 1.64][blog].
However, the relevant operating systems we were maintaining support for
at that time (CentOS/RHEL 6) have now been end-of-life for three full
years, so it seems reasonable to update to a more current version. Since
no other changes to the `glibc` support have happened in the interval,
we can safely update to the most current version of Rust.

[blog]: https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html
  • Loading branch information
chriskrycho committed Dec 21, 2023
1 parent bf97e8c commit 80bdb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.63"
channel = "1.74"
components = ["clippy", "rustfmt"]
profile = "minimal"

0 comments on commit 80bdb04

Please sign in to comment.