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 90
90
- name : Install Rust
91
91
uses : dtolnay/rust-toolchain@stable
92
92
with :
93
- toolchain : " 1.83 " # STABLE
93
+ toolchain : " 1.84 " # STABLE
94
94
- uses : Swatinem/rust-cache@v2
95
95
- name : Check documentation
96
96
env :
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Install Rust
106
106
uses : dtolnay/rust-toolchain@stable
107
107
with :
108
- toolchain : " 1.83 " # STABLE
108
+ toolchain : " 1.84 " # STABLE
109
109
components : rustfmt
110
110
- uses : Swatinem/rust-cache@v2
111
111
- name : Check formatting
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install Rust
122
122
uses : dtolnay/rust-toolchain@stable
123
123
with :
124
- toolchain : " 1.83 " # STABLE
124
+ toolchain : " 1.84 " # STABLE
125
125
components : clippy
126
126
- uses : Swatinem/rust-cache@v2
127
127
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments