wisespace-io / binance-rs

Rust Library for the Binance API
Other
682 stars 302 forks source link

v0.1.4 docs.rs build failed #3

Closed unv-annihilator closed 6 years ago

unv-annihilator commented 6 years ago

Documentation does not exist for the latest release due to a build error on docs.rs: https://docs.rs/crate/binance/0.1.4/builds/82547

wisespace-io commented 6 years ago

Apparently docs.rs didn't upgrade to rust 1.23. I tried to downgrade Tungstenite but it is still picking up the version 0.5.3 which depends on Rust 1.23. I think the issue will be solved when docs.rs upgrade to Rust 1.23.

wisespace-io commented 6 years ago

It seems that docs.rs has upgraded Rust. Documentation is not broken. I will close this issue.