dtn7 / dtn7-rs

Rust implementation of a DTN based on RFC 9171
Other
75 stars 20 forks source link

Update to axum 0.2 #6

Closed davidpdrsn closed 3 years ago

davidpdrsn commented 3 years ago

Hey 👋

I'm the maintainer of axum. For the last few weeks I've been working axum 0.2 which cleans up and improves pretty much all parts of axum. There is a number of breaking changes as well. Everything is detailed in our changelog.

While axum 0.2 isn't shipped yet, all the API level changes are done. I expect to cargo publish next week. As part of that I'm going through crates on crates.io to make sure everything still works on 0.2.

This PR currently uses a git dependency but once 0.2 is shipped then I'll remove that and depend directly on 0.2 from crates.io. Hence the draft PR.

Thanks for using axum! Just let me know if you have questions 😊

gh0st42 commented 3 years ago

Thank you not only for axum itself but this great community service and the PR! Looking forward to the 0.2 release!

davidpdrsn commented 3 years ago

Axum 0.2 is out. This is ready for review 🚀