indiv0 / colonize

A Dwarf Fortress/Rimworld-like game written in Rust
GNU General Public License v3.0
366 stars 14 forks source link

chore: updating deps versions and build files to compile on recent rust #92

Closed piotrm0 closed 7 years ago

piotrm0 commented 7 years ago

Small changes to make the project compile on newer versions of rust and dependencies.

indiv0 commented 7 years ago

It looks like the Appveyor build failed due to an ICE. I'll look into it and report it upstream.

As for the PR itself, it looks good, but could you please put the Cargo.lock file back in? Since colonize is intended to create a binary, then it should have a Cargo.lock file, per cargo's specifications.

piotrm0 commented 7 years ago

Done. Apologies, I'm new to rust and cargo.

indiv0 commented 7 years ago

Hey, somehow I forgot about this PR (I was waiting for the CI build to finish).

Accepting now, thanks!