cetra3 / mpart-async

Asynchronous Multipart Requests for Rust
Apache License 2.0
32 stars 13 forks source link

Slim down dependencies and use `tokio::test` to asyncify tests #14

Closed nickelc closed 4 years ago

nickelc commented 4 years ago

The PR slims down the dependencies by depending only on futures-core, futures-util and moving tokio's runtime features to the dev-dependencies. It also changes the async tests to use #[tokio::test].

cetra3 commented 4 years ago

Looks good to me! Thanks for the PR. I will release an 0.5.0 with these changes shortly.