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 @@ -105,7 +105,7 @@ jobs:
105105 - name : Install Rust
106106 uses : dtolnay/rust-toolchain@stable
107107 with :
108- toolchain : " 1.84 " # STABLE
108+ toolchain : " 1.85 " # STABLE
109109 - uses : Swatinem/rust-cache@v2
110110 - name : Check documentation
111111 env :
@@ -120,7 +120,7 @@ jobs:
120120 - name : Install Rust
121121 uses : dtolnay/rust-toolchain@stable
122122 with :
123- toolchain : " 1.84 " # STABLE
123+ toolchain : " 1.85 " # STABLE
124124 components : rustfmt
125125 - uses : Swatinem/rust-cache@v2
126126 - name : Check formatting
@@ -136,7 +136,7 @@ jobs:
136136 - name : Install Rust
137137 uses : dtolnay/rust-toolchain@stable
138138 with :
139- toolchain : " 1.84 " # STABLE
139+ toolchain : " 1.85 " # STABLE
140140 components : clippy
141141 - uses : Swatinem/rust-cache@v2
142142 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments