Bump minimum supported Rust version to 1.83 (#420)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user