jwilm / racerd

Rust semantic analysis server powered by Racer
http://jwilm.github.io/racerd/libracerd/
Apache License 2.0
134 stars 24 forks source link

Update dependencies #76

Closed juchiast closed 5 years ago

juchiast commented 5 years ago

Update to iron 0.6, serde1.0, and most importantly racer 2.1 .

Racer 2.1 requires rust nightly so we might need to update YouCompleteMe's installation script/documentations.

Currently this PR use git dependency for iron-hmac crate. When jwilm/iron-hmac#12 is merged, we can change it.

jwilm commented 5 years ago

Thanks for the PRs! I just merged your other PR to iron-hmac and published a new version. Could you please update the Cargo.toml? I can merge after.

jwilm commented 5 years ago

It looks like the Cargo.lock file wasn't committed. Could you please update?

juchiast commented 5 years ago

Updated!

juchiast commented 5 years ago

lol what is this:

error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256' to '/home/travis/.rustup/tmp/z3ao75ywq5n4rudp_file'
info: caused by: error during download
info: caused by: [28] Timeout was reached

The command "curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y" failed and exited with 1 during .
juchiast commented 5 years ago

Push again to rerun travis ci.

jwilm commented 5 years ago

thanks!