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 cceadba commit 5203b7eCopy full SHA for 5203b7e
.github/workflows/audit.yml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- run: |
15
sed -i 's/components.*/components = []/' rust-toolchain
16
- echo 'profile = "minimal"' >> rust-toolchain
17
- uses: rustsec/audit-check@v1.4.1
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/main.yml
@@ -29,7 +29,6 @@ jobs:
29
- name: Avoid installing rustc-dev
30
run: |
31
sed -i 's/components.*/components = ["rustfmt"]/' rust-toolchain
32
33
rustfmt -v
34
35
- name: Rustfmt
rust-toolchain
@@ -1,3 +1,4 @@
1
[toolchain]
2
channel = "nightly-2024-07-13"
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
4
+profile = "minimal"
0 commit comments