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

Dependency on rand-jitter is broken #1

Closed
clementfung opened this issue Feb 6, 2019 · 0 comments
Closed

Dependency on rand-jitter is broken #1

clementfung opened this issue Feb 6, 2019 · 0 comments

Comments

@clementfung
Copy link
Contributor

I'm just following the TicTacToe tutorial, I was unable to run the build-crate.sh script, due to a failing compile on rand-jitter-0.1.2.

I'm fairly certain it's related to this issue, which was just fixed 2 weeks ago: rust-random/rand#645

All I had to do was remove the line
default-features=false in the core/game/Cargo.toml under dependencies.rand

After that everything was building fine!

(I would submit a pull request, but I can't push my own branch or fork.)

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

No branches or pull requests

1 participant