File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 - name : Install Rust
165165 uses : dtolnay/rust-toolchain@stable
166166 with :
167- toolchain : " 1.89 " # STABLE
167+ toolchain : " 1.90 " # STABLE
168168 - uses : Swatinem/rust-cache@v2
169169 - name : UI Tests
170170 run : make test-ui-${{ matrix.features }}
@@ -207,7 +207,7 @@ jobs:
207207 - name : Install Rust
208208 uses : dtolnay/rust-toolchain@stable
209209 with :
210- toolchain : " 1.89 " # STABLE
210+ toolchain : " 1.90 " # STABLE
211211 - uses : Swatinem/rust-cache@v2
212212 - name : Check documentation
213213 env :
@@ -222,7 +222,7 @@ jobs:
222222 - name : Install Rust
223223 uses : dtolnay/rust-toolchain@stable
224224 with :
225- toolchain : " 1.89 " # STABLE
225+ toolchain : " 1.90 " # STABLE
226226 components : rustfmt
227227 - uses : Swatinem/rust-cache@v2
228228 - name : Check formatting
@@ -236,7 +236,7 @@ jobs:
236236 - name : Install Rust
237237 uses : dtolnay/rust-toolchain@stable
238238 with :
239- toolchain : " 1.89 " # STABLE
239+ toolchain : " 1.90 " # STABLE
240240 components : clippy
241241 - uses : Swatinem/rust-cache@v2
242242 - name : Lint (ultra-minimal)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ifneq (${TOOLCHAIN_TARGET},)
1010 ARGS+ =--target ${TOOLCHAIN_TARGET}
1111endif
1212
13- STABLE? =1.89
13+ STABLE? =1.90
1414
1515_FEATURES = minimal default wasm full debug release
1616_FEATURES_minimal = --no-default-features --features "std"
Original file line number Diff line number Diff line change 88#![ cfg( feature = "unstable-derive-ui-tests" ) ]
99
1010#[ cfg( feature = "derive" ) ]
11- #[ rustversion:: attr( not( stable( 1.89 ) ) , ignore) ] // STABLE
11+ #[ rustversion:: attr( not( stable( 1.90 ) ) , ignore) ] // STABLE
1212#[ test]
1313fn ui ( ) {
1414 let t = trybuild:: TestCases :: new ( ) ;
You can’t perform that action at this time.
0 commit comments