File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- name: Install Rust
105
105
uses: dtolnay/rust-toolchain@stable
106
106
with:
107
- toolchain: "1.86 " # STABLE
107
+ toolchain: "1.87 " # STABLE
108
108
- uses: Swatinem/rust-cache@v2
109
109
- name: Check documentation
110
110
env:
@@ -119,7 +119,7 @@ jobs:
119
119
- name: Install Rust
120
120
uses: dtolnay/rust-toolchain@stable
121
121
with:
122
- toolchain: "1.86 " # STABLE
122
+ toolchain: "1.87 " # STABLE
123
123
components: rustfmt
124
124
- uses: Swatinem/rust-cache@v2
125
125
- name: Check formatting
@@ -135,7 +135,7 @@ jobs:
135
135
- name: Install Rust
136
136
uses: dtolnay/rust-toolchain@stable
137
137
with:
138
- toolchain: "1.86 " # STABLE
138
+ toolchain: "1.87 " # STABLE
139
139
components: clippy
140
140
- uses: Swatinem/rust-cache@v2
141
141
- name: Install SARIF tools
You can’t perform that action at this time.
0 commit comments