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

Fix dependency versions in axum-extra #782

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

davidpdrsn
Copy link
Member

Updating to axum-extra 0.1.3 might cause the build to fail if axum
wasn't also updated, since axum-extra 0.1.3 needs
axum::middleware::from_fn.

This fixes that by depending on the right patch versions for axum and
axum-macros.

Why can't the tooling detect stuff like this 😢

Updating to axum-extra 0.1.3 might cause the build to fail if axum
wasn't also updated, since axum-extra 0.1.3 needs
`axum::middleware::from_fn`.

This fixes that by depending on the right patch versions for axum and
axum-macros.
@davidpdrsn
Copy link
Member Author

I'm just gonna merge and publish this quickly when CI is green. Also gonna yank version 0.1.3 of axum-extra.

@davidpdrsn davidpdrsn merged commit ed87782 into v0.4.x Feb 22, 2022
@davidpdrsn davidpdrsn deleted the fix-axum-extra-deps branch February 22, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant