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"]