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

Fix #19 - Remove broken Rust nightly support. #20

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

Conversation

finnbear
Copy link

@finnbear finnbear commented Feb 6, 2024

This PR removes Rust nightly support, as a crude solution to the problem of changing feature flags reported in #19.

It can be applied immediately in non-crates.io-published dependents via:

# insert somewhere in your Cargo.toml
[patch.crates-io]
bitintr = { git = "https://github.com/finnbear/bitintr", branch = "remove_nightly" }

As far as I can tell, nightly wasn't used for very many things in the crate.

Feel free to ignore this and come up with a better solution!

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.

None yet

1 participant