We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 780f481 + 592f040 commit 9722046Copy full SHA for 9722046
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Install Rust
87
uses: dtolnay/rust-toolchain@stable
88
with:
89
- toolchain: "1.77" # STABLE
+ toolchain: "1.78" # STABLE
90
- uses: Swatinem/rust-cache@v2
91
- name: Check documentation
92
env:
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
components: rustfmt
106
107
- name: Check formatting
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
components: clippy
122
123
- name: Install SARIF tools
0 commit comments