mneumann / rust-msgpack

[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
122 stars 31 forks source link

Travis builds failing since bbd93a7 #20

Closed zekesonxx closed 9 years ago

zekesonxx commented 9 years ago

All of your Travis builds have been failing since commit bbd93a7. From the log:

$ rustc -v
rustc: error while loading shared libraries: librustc-4e7c5e5c.so: cannot open shared object file: No such file or directory
The command "rustc -v" failed and exited with 127 during .

Didn't see any sign of working towards a fix, thought I should point it out.

mneumann commented 9 years ago

Fixed it. Thanks!