Skip to content
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

CI: Fix udeps #763

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Conversation

Indy2222
Copy link
Collaborator

@Indy2222 Indy2222 commented Oct 7, 2023

This fixes the following error from CI:

error: the option `Z` is only accepted on the nightly compiler

note: selecting a toolchain with `+toolchain` arguments require a rustup proxy; see <https://rust-lang.github.io/rustup/concepts/index.html>

help: consider switching to a nightly toolchain: `rustup default nightly`

note: for more information about Rust's stability policy, see <https://doc.rust-lang.org/book/appendix-07-nightly-rust.html#unstable-features>

error: could not compile `sharded-slab` (lib)
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.

Relates to est31/cargo-udeps#104 (one needs to pass +nightly to cargo so that correct / necessary rustc is used).

@Indy2222 Indy2222 merged commit 7f12f79 into DigitalExtinction:main Oct 7, 2023
9 checks passed
@Indy2222 Indy2222 deleted the feature/fix-udeps branch October 7, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant