File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 - name : Install Rust
168168 uses : dtolnay/rust-toolchain@stable
169169 with :
170- toolchain : " 1.95 " # STABLE
170+ toolchain : " 1.96 " # STABLE
171171 - uses : Swatinem/rust-cache@v2
172172 - name : UI Tests
173173 run : make test-ui-${{ matrix.features }}
@@ -213,7 +213,7 @@ jobs:
213213 - name : Install Rust
214214 uses : dtolnay/rust-toolchain@stable
215215 with :
216- toolchain : " 1.95 " # STABLE
216+ toolchain : " 1.96 " # STABLE
217217 - uses : Swatinem/rust-cache@v2
218218 - name : Check documentation
219219 env :
@@ -228,7 +228,7 @@ jobs:
228228 - name : Install Rust
229229 uses : dtolnay/rust-toolchain@stable
230230 with :
231- toolchain : " 1.95 " # STABLE
231+ toolchain : " 1.96 " # STABLE
232232 components : rustfmt
233233 - uses : Swatinem/rust-cache@v2
234234 - name : Check formatting
@@ -242,7 +242,7 @@ jobs:
242242 - name : Install Rust
243243 uses : dtolnay/rust-toolchain@stable
244244 with :
245- toolchain : " 1.95 " # STABLE
245+ toolchain : " 1.96 " # STABLE
246246 components : clippy
247247 - uses : Swatinem/rust-cache@v2
248248 - 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.95
13+ STABLE? =1.96
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.95 ) ) , ignore) ] // STABLE
11+ #[ rustversion:: attr( not( stable( 1.96 ) ) , ignore) ] // STABLE
1212#[ test]
1313fn ui ( ) {
1414 let t = trybuild:: TestCases :: new ( ) ;
You can’t perform that action at this time.
0 commit comments