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

adding feature to suport nightly features on dependencies #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakubDoka
Copy link
Contributor

this resolves problems with feature unification
and resolves #209

this resolves problems with feature unification

Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
@jakubDoka
Copy link
Contributor Author

@cfallin
Copy link
Member

cfallin commented Jan 27, 2025

@jakubDoka feel free to update the GitHub CI configuration too: the all-features check can probably instead become a list of cargo check invocations with specific feature sets, e.g. no default features; std; std, checker; std, trace-log; std, serde; serde. Or something like that? Then separately a cargo +nightly check --features allocator-api?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't use with hashbrown/nightly feature
2 participants