Skip to content

Commit b9b0131

Browse files
committed
No nightly features on MSRV ;)
1 parent 93c6a36 commit b9b0131

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,14 @@ jobs:
264264
cargo-flags: '--features=nightly'
265265
- toolchain: stable
266266
cargo-flags: '--features=safe_arch,nightly'
267+
- toolchain: $MINIMAL_RUST
268+
cargo-flags: '--no-default-features --features=nightly'
269+
- toolchain: $MINIMAL_RUST
270+
cargo-flags: '--no-default-features --features=alloc,nightly'
271+
- toolchain: $MINIMAL_RUST
272+
cargo-flags: '--features=nightly'
273+
- toolchain: $MINIMAL_RUST
274+
cargo-flags: '--features=safe_arch,nightly'
267275

268276
env:
269277
RUSTFLAGS: "${{ matrix.rust-flags }}"

0 commit comments

Comments
 (0)