-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minrust CI #506
Comments
It's better to use |
That sounds like a good approach. |
bors bot
added a commit
to crossbeam-rs/crossbeam
that referenced
this issue
Dec 31, 2021
760: Revert "Disable feature check on MSRV" r=taiki-e a=taiki-e This reverts commit bce74ca. cargo-hack fixed the problem in [0.5.9](https://github.com/taiki-e/cargo-hack/releases/tag/v0.5.9). 761: Make installation of cargo-hack faster and robust r=taiki-e a=taiki-e Use [taiki-e/install-action](https://github.com/taiki-e/install-action) to install prebuilt binaries. This makes the installation faster and may avoid the impact of [problems caused by upstream changes](tokio-rs/bytes#506). Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to a change in the nix crate, our minrust check in CI no longer works. This is because the minrust check uses
cargo hack
to try all the feature flag combinations, butcargo-hack
depends onnix
.The text was updated successfully, but these errors were encountered: