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

Support usage in a no_std + alloc environment #15

Merged
merged 3 commits into from
Apr 23, 2018

Conversation

ZackPierce
Copy link
Contributor

Depends on contain-rs/bit-vec#49 landing, and has a similar purpose -- to allow the use of bit-set in environments with no std library, but access to alloc.

This should be a backwards compatible change, which really only makes a difference when users intentionally opt-out of the new default feature flag named "std".

@ZackPierce
Copy link
Contributor Author

Note that the build is not expected to pass until bit-vec is updated (and a new version pushed out to crates.io)

@Gankra
Copy link
Contributor

Gankra commented Apr 23, 2018

bitvec has been published

@ZackPierce ZackPierce closed this Apr 23, 2018
@ZackPierce ZackPierce reopened this Apr 23, 2018
@ZackPierce
Copy link
Contributor Author

Did the re-open song and dance to trigger rebuild.

@Gankra
Copy link
Contributor

Gankra commented Apr 23, 2018

thanks!

@Gankra Gankra merged commit 6ed9777 into contain-rs:master Apr 23, 2018
@Gankra
Copy link
Contributor

Gankra commented Apr 23, 2018 via email

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.

2 participants