diff --git a/CHANGELOG.md b/CHANGELOG.md index 668f627e..efbe3e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update rust toolchain to nightly 2024-10-17 (1.84.0) + ## [0.21.0] - 2025-02-06 ### Changed diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e4ada996..b8976402 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-10" -components = ["rustfmt", "clippy"] +channel = "nightly-2024-10-17" +components = ["rustfmt", "cargo", "clippy"]