Update rust to 1.90 (stable)

This commit is contained in:
David Langley 2025-10-30 17:02:57 +00:00
parent 4615e8a827
commit d774657e24
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ default-members = [
resolver = "2"
[workspace.package]
rust-version = "1.83"
rust-version = "1.90"
license-file = "README.md"
[workspace.dependencies]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.83"
channel = "1.90"
components = ["rustfmt"]