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 9090 - name : Install Rust
9191 uses : dtolnay/rust-toolchain@stable
9292 with :
93- toolchain : " 1.81 .0" # STABLE
93+ toolchain : " 1.82 .0" # STABLE
9494 - uses : Swatinem/rust-cache@v2
9595 - name : Check documentation
9696 env :
@@ -105,7 +105,7 @@ jobs:
105105 - name : Install Rust
106106 uses : dtolnay/rust-toolchain@stable
107107 with :
108- toolchain : " 1.81 .0" # STABLE
108+ toolchain : " 1.82 .0" # STABLE
109109 components : rustfmt
110110 - uses : Swatinem/rust-cache@v2
111111 - name : Check formatting
@@ -121,7 +121,7 @@ jobs:
121121 - name : Install Rust
122122 uses : dtolnay/rust-toolchain@stable
123123 with :
124- toolchain : " 1.81 .0" # STABLE
124+ toolchain : " 1.82 .0" # STABLE
125125 components : clippy
126126 - uses : Swatinem/rust-cache@v2
127127 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments