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 @@ -105,7 +105,7 @@ jobs:
105
105
- name : Install Rust
106
106
uses : dtolnay/rust-toolchain@stable
107
107
with :
108
- toolchain : " 1.88 " # STABLE
108
+ toolchain : " 1.89 " # STABLE
109
109
- uses : Swatinem/rust-cache@v2
110
110
- name : Check documentation
111
111
env :
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Install Rust
121
121
uses : dtolnay/rust-toolchain@stable
122
122
with :
123
- toolchain : " 1.88 " # STABLE
123
+ toolchain : " 1.89 " # STABLE
124
124
components : rustfmt
125
125
- uses : Swatinem/rust-cache@v2
126
126
- name : Check formatting
@@ -136,7 +136,7 @@ jobs:
136
136
- name : Install Rust
137
137
uses : dtolnay/rust-toolchain@stable
138
138
with :
139
- toolchain : " 1.88 " # STABLE
139
+ toolchain : " 1.89 " # STABLE
140
140
components : clippy
141
141
- uses : Swatinem/rust-cache@v2
142
142
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments