nelsonjchen / speedtest-rs

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

with msrv support 1.70.0 #166

Open dilawar opened 1 month ago

dilawar commented 1 month ago

Hi, feel free to ignore or reject it if the changes are not suitable.

At work, in few environments, we are stuck with rust 1.70.0 only. This MR make this crate support rust-1.70.0. Perhaps a version can be released which is msrv 1.70.0.

Additionally, I took the liberty to make following changes (i can revert them if you like).

I believe these changes will allow this crate to be usable on a few embedded systems such as vxworks.