SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
385 stars 94 forks source link

A few deserialization issues #155

Closed jD91mZM2 closed 4 years ago

jD91mZM2 commented 6 years ago

Upgrading to serde_json v1.0.8 causes an issue with get_messages. This is due to some issues when deserializing.

See serde-rs/json#396 for more details. Huge thanks to @dtolnay for doing a lot of digging!

SpaceManiac commented 4 years ago

Fixed by #159