rustyscreeps / cargo-screeps

Build tool for deploying Rust WASM code to Screeps game servers
MIT License
25 stars 13 forks source link

Crates.io package has outdated dependencies. #3

Closed WooterTheTroubleshooter closed 5 years ago

WooterTheTroubleshooter commented 5 years ago

The package on crates.io does not have the dependencies changed since version 0.2.1.

I would like to be able to update cargo-screeps, but I need the newer reqwest version because of a dependency on an obsolete version of rust-openssl.

https://github.com/seanmonstar/reqwest/issues/336

daboross commented 5 years ago

Thanks for mentioning this!

It's probably a good time to release new versions of the tools anyways since there aren't many WIP prs.

In the meantime it should be possible to install the git version with cargo install cargo-screeps -f --git https://github.com/daboross/screeps-in-rust-via-wasm.git.

daboross commented 5 years ago

Should be fixed now by #132.