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 @@ -106,7 +106,7 @@ jobs:
106106 - name : Install Rust
107107 uses : dtolnay/rust-toolchain@stable
108108 with :
109- toolchain : " 1.80 " # STABLE
109+ toolchain : " 1.81.0 " # STABLE
110110 - uses : Swatinem/rust-cache@v2
111111 - name : Check documentation
112112 env :
@@ -121,7 +121,7 @@ jobs:
121121 - name : Install Rust
122122 uses : dtolnay/rust-toolchain@stable
123123 with :
124- toolchain : " 1.80 " # STABLE
124+ toolchain : " 1.81.0 " # STABLE
125125 components : rustfmt
126126 - uses : Swatinem/rust-cache@v2
127127 - name : Check formatting
@@ -137,7 +137,7 @@ jobs:
137137 - name : Install Rust
138138 uses : dtolnay/rust-toolchain@stable
139139 with :
140- toolchain : " 1.80 " # STABLE
140+ toolchain : " 1.81.0 " # STABLE
141141 components : clippy
142142 - uses : Swatinem/rust-cache@v2
143143 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments