Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to axum-core 0.1 #325

Merged
merged 3 commits into from
Dec 8, 2021
Merged

Conversation

davidpdrsn
Copy link
Contributor

Together with the new 0.4 release of axum we made a new crate called
axum-core. axum-core has a small API and is less likely to receive
breaking changes. Therefore its recommended for libraries to depend on
axum-core instead of axum.

So this updates maud to use axum-core.

Note this is a breaking change since axum-core requires axum 0.4.

Together with the new 0.4 release of `axum` we made a new crate called
[`axum-core`]. `axum-core` has a small API and is less likely to receive
breaking changes. Therefore its recommended for libraries to depend on
`axum-core` instead of `axum`.

So this updates `maud` to use `axum-core`.

Note this is a breaking change since `axum-core` requires `axum` 0.4.

[`axum-core`]: https://crates.io/crates/axum-core
@lambda-fairy lambda-fairy merged commit 6e3222f into lambda-fairy:main Dec 8, 2021
@lambda-fairy
Copy link
Owner

Thanks!

@davidpdrsn davidpdrsn deleted the axum-core-0.1 branch December 8, 2021 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants