camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

Switch to Rust edition 2018 #133

Closed steveej closed 4 years ago

steveej commented 4 years ago

Based on #136.

lucab commented 4 years ago

Travis is not happy about that, but I think it's a matter of fixing a few imports.

If you haven't already, please cargo fmt this as well at the end.

steveej commented 4 years ago

Travis is not happy about that, but I think it's a matter of fixing a few imports.

I forgot to run the tests with the test-mock and test-net features. For some reason a network test times out locally, let's see what it does on travis.