openethereum/util/fetch
André Silva ca6edcaf71 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
2018-07-09 09:59:05 +01:00
..
src fetch: replace futures-timer with tokio-timer (#9066) 2018-07-09 09:59:05 +01:00
Cargo.toml fetch: replace futures-timer with tokio-timer (#9066) 2018-07-09 09:59:05 +01:00