Fix Rust lint

This commit is contained in:
Gregory Schier
2024-06-09 06:43:53 -07:00
parent cb2f56d9a1
commit dae2873376
2 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly # required for `cargo udeps`
toolchain: stable
override: true
- name: Set up cargo cache
uses: actions/cache@v3