Skip to content

Commit 1ff78a9

Browse files
committed
ci: disable the unsafe-pinned feature in the MSRV workflow
The MSRV only holds when crate-unstable features aren't used. `unsafe-pinned` is an unstable feature as mentioned in the README, but it hasn't been disabled for this test (that's because it didn't trigger before, since there was no stable version containing the feature). Signed-off-by: Benno Lossin <[email protected]>
1 parent 1f4f749 commit 1ff78a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- uses: dtolnay/rust-toolchain@stable
162162
- run: cargo install cargo-hack
163163
- run: git config user.name "github-runner" && git config user.email "<>"
164-
- run: git rebase --exec 'cargo hack --clean-per-run --feature-powerset --exclude-features alloc --exclude-features default --version-range 1.82.. --clean-per-version check --locked --all-targets' --exec 'cargo clean' --root
164+
- run: git rebase --exec 'cargo hack --clean-per-run --feature-powerset --exclude-features unsafe-pinned --exclude-features alloc --exclude-features default --version-range 1.82.. --clean-per-version check --locked --all-targets' --exec 'cargo clean' --root
165165
env:
166166
RUSTFLAGS: "-Dwarnings"
167167
nightly-msrv:

0 commit comments

Comments
 (0)