build: set MSRV to Rust 1.93

This commit is contained in:
Michael Aaron Murphy 2026-04-27 15:08:13 +02:00
parent fa085f9006
commit e4c4c0d903
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ default-members = ["cosmic-settings"]
resolver = "3"
[workspace.package]
rust-version = "1.90"
rust-version = "1.93"
[workspace.dependencies]
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.90.0"
channel = "1.93.0"
components = ["clippy", "rustfmt"]