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

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