nelsonjchen / speedtest-rs

(Unmaintained) speedtest-cli in Rust.
Apache License 2.0
164 stars 17 forks source link

upgrade dependencies to the latest #165

Closed dilawar closed 3 months ago

dilawar commented 3 months ago

Upgrades all deps to the latest using cargo upgrade -i (from cargo-edit tool). Following had breaking changes.

Additionally,

nelsonjchen commented 3 months ago

Ah I haven't really been maintaining this project as well as I should have. Anyway, there's a broken ci test. Could you fix it?

nelsonjchen commented 3 months ago

Feel free to change the test too. Just make sure to preserve the spirit.

dilawar commented 3 months ago

Fixed the broken test. --csv-header now prints the default csv header.

nelsonjchen commented 3 months ago

Thanks! I'll try to get it released.