George-Miao / qbit

A Rust library for interacting with qBittorrent's Web API
https://docs.rs/qbit-rs
MIT License
32 stars 12 forks source link

fix: PeerSyncData peers field is optional #10

Closed Lynnesbian closed 8 months ago

Lynnesbian commented 8 months ago

Sorry to open a third pull request, I somehow only just noticed this mistake after you'd merged my previous one :sweat_smile:

This is a very small change, just making the peers field on PeerSyncData optional.

If I notice any further mistakes after this, I'll wait a few days before opening a PR.

George-Miao commented 8 months ago

Thanks for all these PR's! Do you think we need a patch release for these? If you want I can do that when I got time.

Lynnesbian commented 7 months ago

Sure! I've since discovered some more discrepancies, so I'll open another PR for them soon.