We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74beef5 commit 5e3b324Copy full SHA for 5e3b324
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Install Rust
58
uses: dtolnay/rust-toolchain@stable
59
with:
60
- toolchain: 1.65.0 # MSRV
+ toolchain: "1.65.0" # MSRV
61
- uses: Swatinem/rust-cache@v2
62
- name: Default features
63
run: cargo check --workspace --all-targets
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
components: clippy
124
125
- name: Install SARIF tools
0 commit comments