-
Notifications
You must be signed in to change notification settings - Fork 151
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
rand 0.6.5 seems to be breaking the build #228
Comments
Seems to be working fine for me:
I think you need to include more information about your build? The actual errors you're getting tell me that you're somehow not using compatible versions of |
Huh, that's weird. I'm trying to build with latest stable and nightly Rust, These are my dependencies:
Let me know if you need anything else. |
Works just fine for me. Are you sure you aren't still depending on an older version of |
With a fresh library, this issue does not persist. I have checked the I'll just have to see if |
OK, then I'm going to close this for now. If you want to post the |
This is the |
I copied your
And now things work. Sigh. It looks like the |
I didn't know about |
Yep, @BurntSushi is on the ball.
Is there a way to avoid this? Because |
@dhardy I don't know. :-( It was just a guess. I've never used the semver trick myself, so I'm not completely intimate with how it works and its ramifications. Maybe it means bumping other dependencies like |
Searching
to fix the issue. |
@WiSaGaN That command is explicitly setting rand_core to an older version. You should probably figure out how to upgrade to 0.4.0. just run |
@BurntSushi I thought the command is to update all occurrences of |
Oh I see, I misread that as seeing a precisely option, but that requires the precise flag. Sorry! |
Nevermind! You are right it is not recommended to everyone; it is only intended for those who want minimal changes to fix this. |
Not exactly sure if this belongs here or on rust-random/rand. Just tried to run
cargo test
withquickcheck = "0.8.0"
in[dev-dependencies]
, without using the macros or importing them. This is what I get:The text was updated successfully, but these errors were encountered: