Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit e568980

Browse files
committed
Use nightly...
1 parent f6a51ea commit e568980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test-checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ _ cargo "+${rust_nightly}" install cargo-hack --locked
4141

4242
# Check implicit usage of `dev-utils`-gated code in non-dev (= production) code by
4343
# buidling without dev dependencies (= tests/benches) for each crate
44-
_ cargo hack check --bins
44+
_ cargo "+${rust_nightly}" hack check --bins
4545
# Check implicit usage of `dev-utils`-gated code in dev (= test/benches) code by
4646
# building in isolation from other crates, which might happen to enable `dev-utils`
47-
_ cargo hack check --all-targets
47+
_ cargo "+${rust_nightly}" hack check --all-targets
4848

4949
echo --- build environment
5050
(

0 commit comments

Comments
 (0)