mihai-dinculescu / tapo

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115, P300), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).
MIT License
313 stars 30 forks source link

Update chrono dependency #223

Closed Michal-Szczepaniak closed 4 weeks ago

Michal-Szczepaniak commented 1 month ago

You're using Duration::try_minutes in for example t31x_result.rs but try_minutes wasn't introduced before version 0.4.34 of chrono

Michal-Szczepaniak commented 1 month ago

Idk maybe i messed up with conflict resolution

mihai-dinculescu commented 4 weeks ago

I've updated this as part of a bundle that updated multiple packages. Thanks for raising it!