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

View file

@ -22,8 +22,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust (1.76 w/ clippy)
uses: dtolnay/rust-toolchain@1.76
- name: Install Rust (1.83 w/ clippy)
uses: dtolnay/rust-toolchain@1.83
with:
components: clippy
- name: Install Rust (nightly w/ rustfmt)