We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15141 commit 5e302a9Copy full SHA for 5e302a9
.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Install Rust
105
uses: dtolnay/rust-toolchain@stable
106
with:
107
- toolchain: "1.85" # STABLE
+ toolchain: "1.86" # STABLE
108
- uses: Swatinem/rust-cache@v2
109
- name: Check documentation
110
env:
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
components: rustfmt
124
125
- name: Check formatting
@@ -135,7 +135,7 @@ jobs:
135
136
137
138
139
components: clippy
140
141
- name: Install SARIF tools
0 commit comments