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 8686 - name : Install Rust
8787 uses : dtolnay/rust-toolchain@stable
8888 with :
89- toolchain : " 1.80 " # STABLE
89+ toolchain : " 1.81.0 " # STABLE
9090 - uses : Swatinem/rust-cache@v2
9191 - name : Check documentation
9292 env :
@@ -101,7 +101,7 @@ jobs:
101101 - name : Install Rust
102102 uses : dtolnay/rust-toolchain@stable
103103 with :
104- toolchain : " 1.80 " # STABLE
104+ toolchain : " 1.81.0 " # STABLE
105105 components : rustfmt
106106 - uses : Swatinem/rust-cache@v2
107107 - name : Check formatting
@@ -117,7 +117,7 @@ jobs:
117117 - name : Install Rust
118118 uses : dtolnay/rust-toolchain@stable
119119 with :
120- toolchain : " 1.80 " # STABLE
120+ toolchain : " 1.81.0 " # STABLE
121121 components : clippy
122122 - uses : Swatinem/rust-cache@v2
123123 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments