Conversation
This allows some of the download code to be deleted, since reqwest can handle it. On my system, this fixes the build, since reqwest (indirectly) uses a more recent version of rust-native-tls.
This change is made using three simple steps: - `cargo fix --edition` - `cargo fmt` - Add `edition = "2018"` to Cargo.toml
|
closes #4 Thank you for the contribution! I highly appreciate these sensible changes. What exactly prevented building on your machine? I tested your changes on a slow internet connection with a clean download cache and ran into a timeout:
This might be a local issue with my company's proxy that likes to run extensive AV scans before forwarding downloads. I will test it again on a different network this evening. Is there anything that can be done to make reqwest timeouts more tolerant? |
Basically, I just made these changes so that