From 3a6ff7eba841072bb155cad96bb2d2c299601e59 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 15 May 2025 09:43:32 -0700 Subject: [PATCH] Update toolchain to Rust 1.85 This matches the `rust-version` of libcosmic. --- Cargo.toml | 1 + rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" ]