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

move proptest to dev-dependencies #11

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

skyzh
Copy link
Contributor

@skyzh skyzh commented Aug 2, 2023

I'm recently working on porting a crate that depends on cuid to WASM and it cannot compile due to proptest uses OS-specific APIs. After looking into the source code, it turned out that proptest is a dev dependencies and we can simply move it. This enables the cuid2 crate be compatible with wasm32-unknown-unknown.

Thanks for reviews!

Signed-off-by: Alex Chi <iskyzh@gmail.com>
@mplanchard
Copy link
Owner

Haha whoops, good catch, and thanks for the PR!

@mplanchard
Copy link
Owner

Huh weird CI failures, I don't think related to this? I'm going to have to dig in a bit

@mplanchard
Copy link
Owner

Well, no failure for me locally, so I'm going to merge this and then dig in later

@mplanchard mplanchard merged commit 3f5f57b into mplanchard:master Aug 2, 2023
4 of 58 checks passed
@skyzh skyzh deleted the skyzh/move-proptest-dev branch August 2, 2023 14:57
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

2 participants