Update toolchain to Rust 1.85

This matches the `rust-version` of libcosmic.
This commit is contained in:
Ian Douglas Scott 2025-05-15 09:43:32 -07:00 committed by Victoria Brekenfeld
parent e1a817bc06
commit 3a6ff7eba8
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ edition = "2021"
license = "GPL-3.0-only"
name = "cosmic-comp"
version = "0.1.0"
rust-version = "1.85"
[workspace]
members = [

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.82"
channel = "1.85"
components = [ "rust-src" ]