wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Auto(?) merge for pull-request #83 breaks everything #87

Closed MrNbaYoh closed 3 years ago

MrNbaYoh commented 3 years ago

The auto (?) merge for pull request #83 on commit f8f7efdd530f3a319a71058740eb3ed16d740f14 introduces duplicate declarations & other merging-related issues leading to compilation errors.

wisespace-io commented 3 years ago

@MrNbaYoh I think it will be fixed when we merge https://github.com/wisespace-io/binance-rs/pull/84, @ppamorim right?

ppamorim commented 3 years ago

@wisespace-io This was caused because #85 was merged before #84. I opened a PR reverting these changes. Please be careful to not force merge draft PRs.