We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered:
I did it for axum main, which will become axum 0.7
It was just changing some lines in Cargo.toml
[dependencies] axum-core = { git = "https://github.com/tokio-rs/axum.git", optional = true } cookie = { version = "0.18", features = ["percent-encode"] } http = "1"
[dev-dependencies] hyper = "1.0.1" once_cell = "1.18"
Sorry, something went wrong.
@wbcat feel free to make a PR, though we should stick with the Axum release which is based on the old Hyper
I will wait for axum 0.7 to be published and then will proceed with a PR if feasible.
a5365ab
Successfully merging a pull request may close this issue.
https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: