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

Commits on Feb 22, 2022

  1. Fix dependency versions in axum-extra

    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 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3123a2c View commit details
    Browse the repository at this point in the history