mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Fix Rust lint
This commit is contained in:
2
.github/workflows/ci-rust.yml
vendored
2
.github/workflows/ci-rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user