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 @@ -108,7 +108,7 @@ jobs:
108
108
- name : Install Rust
109
109
uses : dtolnay/rust-toolchain@stable
110
110
with :
111
- toolchain : " 1.84 " # STABLE
111
+ toolchain : " 1.85 " # STABLE
112
112
- uses : Swatinem/rust-cache@v2
113
113
- name : Check documentation
114
114
env :
@@ -123,7 +123,7 @@ jobs:
123
123
- name : Install Rust
124
124
uses : dtolnay/rust-toolchain@stable
125
125
with :
126
- toolchain : " 1.84 " # STABLE
126
+ toolchain : " 1.85 " # STABLE
127
127
components : rustfmt
128
128
- uses : Swatinem/rust-cache@v2
129
129
- name : Check formatting
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Install Rust
140
140
uses : dtolnay/rust-toolchain@stable
141
141
with :
142
- toolchain : " 1.84 " # STABLE
142
+ toolchain : " 1.85 " # STABLE
143
143
components : clippy
144
144
- uses : Swatinem/rust-cache@v2
145
145
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments