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 @@ -108,7 +108,7 @@ jobs:
108108 - name : Install Rust
109109 uses : dtolnay/rust-toolchain@stable
110110 with :
111- toolchain : " 1.84 " # STABLE
111+ toolchain : " 1.85 " # STABLE
112112 - uses : Swatinem/rust-cache@v2
113113 - name : Check documentation
114114 env :
@@ -123,7 +123,7 @@ jobs:
123123 - name : Install Rust
124124 uses : dtolnay/rust-toolchain@stable
125125 with :
126- toolchain : " 1.84 " # STABLE
126+ toolchain : " 1.85 " # STABLE
127127 components : rustfmt
128128 - uses : Swatinem/rust-cache@v2
129129 - name : Check formatting
@@ -139,7 +139,7 @@ jobs:
139139 - name : Install Rust
140140 uses : dtolnay/rust-toolchain@stable
141141 with :
142- toolchain : " 1.84 " # STABLE
142+ toolchain : " 1.85 " # STABLE
143143 components : clippy
144144 - uses : Swatinem/rust-cache@v2
145145 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments