From 085893c2ef89d8dd28228339ed9e909a3f13bd8b Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Fri, 21 Feb 2025 00:16:31 +0100 Subject: [PATCH] chore: adopt Rust 2024 --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2e8436..53bc72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "sysroot-cleaner" authors = ["Matteo Settenvini "] version = "0.1.0" -edition = "2021" +edition = "2024" license = "EUPL-1.2" readme = "README.md" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 41447a0..bd781f6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -3,6 +3,6 @@ [toolchain] -channel = "1.84" +channel = "1.85" profile = "default" components = ["rustfmt"]