Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
171 stars 113 forks source link

Change in API caused deserialization to break model #139

Open byblakeorriver opened 2 weeks ago

byblakeorriver commented 2 weeks ago

https://developers.binance.com/docs/binance-spot-api-docs/CHANGELOG

They removed the a and b field from this:

https://github.com/Igosuki/binance-rs-async/blob/master/src/ws_model.rs#L73-L103

If I get a chance I will make the change.

Swoorup commented 1 week ago

Yep breaking for me as well.