metrics/ci
Daniel Fox Franke cf5691fe2a Migrate to core::futures (#65)
* Migrate to core::futures

This drops all dependencies on the 'futures' crate, and upgrades to
hyper-0.13 and tokio-0.2. Methods that return futures now use
async/await.

Since hyper has removed hyper_run(), I have in turn removed the
HttpExporter::run() method. The user should just call async_run()
and spawn or await the result however they wish.

* Bump CI minimum rust to 1.39 for async/await

Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2020-01-14 23:11:42 -05:00
..
azure-install-rust.yml Add CI via Azure Pipelines to actually run all our new tests. 2019-05-29 23:07:14 -04:00
azure-rustfmt.yml Add CI via Azure Pipelines to actually run all our new tests. 2019-05-29 23:07:14 -04:00
azure-test-minimum.yaml Migrate to core::futures (#65) 2020-01-14 23:11:42 -05:00
azure-test-nightly.yml Add CI via Azure Pipelines to actually run all our new tests. 2019-05-29 23:07:14 -04:00
azure-test-stable.yml Add CI via Azure Pipelines to actually run all our new tests. 2019-05-29 23:07:14 -04:00