We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5d284 commit cbc589dCopy full SHA for cbc589d
.github/workflows/cargo-audit.yml
@@ -23,13 +23,6 @@ jobs:
23
sudo apt-get update &&
24
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
25
26
- - name: Install Rust Stable
27
- uses: actions-rs/[email protected]
28
- with:
29
- toolchain: stable
30
- components: rustfmt, clippy
31
- profile: minimal
32
-
33
- name: Install cargo-audit
34
run: cargo install --version 0.20.1 --force cargo-audit
35
0 commit comments