fetch: replace futures-timer with tokio-timer (#9066)
* fetch: replace futures-timer with tokio-timer Currently the coverage build fails because `futures-timer` fails to compile with `-C link-dead-code`. This issue has been reported to `futures-timer` (https://github.com/alexcrichton/futures-timer/issues/2) but has remained unsolved for months. It should be fixed by rustc eventually (https://github.com/rust-lang/rust/issues/45629). * ci: only include local paths in coverage * ci: exclude target from coverage
Showing
- Cargo.lock 1 addition, 10 deletionsCargo.lock
- scripts/cov.sh 5 additions, 6 deletionsscripts/cov.sh
- util/fetch/Cargo.toml 1 addition, 1 deletionutil/fetch/Cargo.toml
- util/fetch/src/client.rs 26 additions, 16 deletionsutil/fetch/src/client.rs
- util/fetch/src/lib.rs 1 addition, 1 deletionutil/fetch/src/lib.rs
Please register or sign in to comment