rustyscreeps / screeps-starter-rust

Starter Rust AI for Screeps, the JavaScript-based MMO game
MIT License
121 stars 47 forks source link

Add a Cargo.lock file to stdweb branch excluding 2021 edition crates #34

Closed shanemadden closed 1 year ago

shanemadden commented 1 year ago

stdweb branch is stuck on the 1.47.0 toolchain due to upstream stdweb being unmaintained and having incompatibility with versions higher than that, see #21.

1.47.0 cargo can't deal with crates which are for edition = "2021", so a number of crates must be downgraded to be able to be built by the old version of the toolchain which functions for stdweb. Adding a lock file which should make the stdweb branch usable again, for now.