Correct workflows with missing toolchain annotations

This commit is contained in:
Luke Parker 2023-09-15 14:36:47 -04:00
parent e3a7ee4927
commit 142552f024
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@ jobs:
- name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with:
toolchain: stable
- name: Install cargo deny
run: cargo install --locked cargo-deny

View file

@ -40,6 +40,8 @@ jobs:
- name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with:
toolchain: stable
- name: Install cargo deny
run: cargo install --locked cargo-deny