clitic / kdam

A console progress bar library for Rust. (inspired by tqdm & rich.progress)
https://docs.rs/kdam
Apache License 2.0
196 stars 6 forks source link

Update PyO3 to 0.21 #20

Closed HollayHorvath closed 6 months ago

HollayHorvath commented 6 months ago

I've opened the PR because kdam still uses PyO3 0.20 while 0.21 was released two months ago. I did not update version numbers nor did anything besides updating the PyO3 version and fixing deprecation warnings caused by this update.

clitic commented 6 months ago

Thanks! for the PR