Update toolchain to Rust 1.85
This matches the `rust-version` of libcosmic.
This commit is contained in:
parent
e1a817bc06
commit
3a6ff7eba8
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ edition = "2021"
|
|||
license = "GPL-3.0-only"
|
||||
name = "cosmic-comp"
|
||||
version = "0.1.0"
|
||||
rust-version = "1.85"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.82"
|
||||
channel = "1.85"
|
||||
components = [ "rust-src" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue