We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7927b commit 08d37ccCopy full SHA for 08d37cc
.github/workflows/baedeker.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Rust
24
uses: actions-rs/toolchain@v1.0.6
25
with:
26
- # toolchain: ${{ matrix.rust-branch }}
+ toolchain: stable
27
components: rustfmt
28
profile: minimal
29
0 commit comments