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

Enable "proptest/std" feature #217

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Enable "proptest/std" feature #217

merged 1 commit into from
Aug 22, 2022

Conversation

Kijewski
Copy link
Contributor

The last build on docs.rs failed:
https://docs.rs/crate/compact_str/0.6.0/builds/615366.
To use proptest, you have to either enable "std" or "alloc". Because
this project uses features in "std", we can enable "proptest/std". We
know that the support is there.

I cannot tell why the bug does not manifest in the CI, which checks the
documentation creation. On my own system it works without this PR, too.

The last build on docs.rs failed:
<https://docs.rs/crate/compact_str/0.6.0/builds/615366>.
To use proptest, you have to either enable "std" or "alloc". Because
this project uses features in "std", we can enable "proptest/std". We
know that the support is there.

I cannot tell why the bug does not manifest in the CI, which checks the
documentation creation. On my own system it works without this PR, too.
@ParkMyCar
Copy link
Owner

Great catch!

@ParkMyCar ParkMyCar merged commit e7e1452 into ParkMyCar:main Aug 22, 2022
@ParkMyCar
Copy link
Owner

Bumped to v0.6.1 and the docs look good!

@Kijewski Kijewski deleted the pr-proptest-std branch August 22, 2022 15:04
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