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 8d3cbbc commit e1aa38dCopy full SHA for e1aa38d
.github/workflows/ci.yml
@@ -31,7 +31,6 @@ jobs:
31
uses: actions-rs/toolchain@v1
32
with:
33
toolchain: ${{ matrix.rust }}
34
- default: true
35
profile: minimal
36
components: clippy
37
@@ -62,6 +61,7 @@ jobs:
62
61
63
64
toolchain: stable
+ profile: minimal
65
components: rustfmt
66
67
- name: Run rustfmt
@@ -73,13 +73,11 @@ jobs:
73
- name: Checkout repository
74
uses: actions/checkout@v3
75
76
- - name: Install nightly toolchain
+ - name: Install Rust
77
78
79
80
81
82
- components: clippy
83
84
- name: Cache
85
uses: Swatinem/rust-cache@v2
0 commit comments