-
Notifications
You must be signed in to change notification settings - Fork 145
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
Axum integration does not work with v0.5 #339
Comments
I was taking a look at this to create a pull request to fix it, but it seems like there's something else going on. The compiler is saying that the |
Hi @jquesada2016, thanks for reporting. #337 added Axum 0.5 support, but it's not released yet. You can either use a git dependency or wait for me to cut a release. Sorry for the confusion! |
Hello! You beat me to it! I was especially confused because the version in Cargo.toml on the main branch was |
No worries – thank the Axum maintainers for doing that 🙂 |
Hi @lambda-fairy. Thanks for making maud, I really like your compile-time approach!
Would you mind releasing a new version that includes this fix? I was fine with the git dependency until recently, but when it comes to publishing my binary crate to crates.io, the registry won't allow git dependency and causes me this error saying "all dependencies must have a version specified when publishing." |
The current version of
maud
does not work with the latest version ofaxum
.This appears to be a version incompatibility.
The text was updated successfully, but these errors were encountered: