indiv0 / colonize

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

Lock all `Cargo.toml` Versions #69

Closed indiv0 closed 8 years ago

indiv0 commented 8 years ago

Currently, we have several glob (*) versions in our Cargo.tomls. These need to be locked to specific versions.

Additionally, we need to specify versions for the path dependencies.

indiv0 commented 8 years ago

Closed by #71.