Bump minimum supported Rust version to 1.83 (#420)

This commit is contained in:
Ulyssa 2025-05-15 18:11:34 -07:00 committed by GitHub
parent 9fce71f896
commit ebd89423e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.83"
components = [ "clippy" ]