mneumann / rust-msgpack

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

It doesn't compile with byteorder v1.2.1 #58

Open fdubois1 opened 6 years ago

fdubois1 commented 6 years ago

Doesn't compile out of the box. There is error with byteorder::Error

error[E0433]: failed to resolve. Could not find Error in byteorder --> src\lib.rs:712:38 | 712 | Err(e) => Err(byteorder::Error::Io(e)) | ^^^^^ Could not find Error in byteorder

Isan-Rivkin commented 5 years ago

same problem here