oasislabs / game-box

A Truffle box for a barebones Oasis Game
4 stars 3 forks source link

Dependency on rand-jitter is broken #1

Closed clementfung closed 5 years ago

clementfung commented 5 years ago

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: https://github.com/rust-random/rand/issues/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.)