We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f23f75 commit 173cb93Copy full SHA for 173cb93
1 file changed
.github/workflows/checks.yml
@@ -69,7 +69,7 @@ jobs:
69
key: ${{ runner.os }}-rust-toolchain-1.91 # RUST_VER
70
71
- name: Install Rust toolchain
72
- run: rustup toolchain install 1.91 --components rustfmt clippy --no-self-update && rustup default 1.91
+ run: rustup toolchain install 1.91 --component rustfmt clippy --no-self-update && rustup default 1.91
73
74
- name: Install cargo-audit
75
run: cargo install --locked cargo-audit
0 commit comments