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