diff --git a/Cargo.toml b/Cargo.toml index 1a694946..8096196f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ edition = "2021" license = "GPL-3.0-only" name = "cosmic-comp" version = "0.1.0" +rust-version = "1.85" [workspace] members = [ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c5c3c9eb..a0b99051 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.82" +channel = "1.85" components = [ "rust-src" ]