axum-extra cannot compile with cookie-private feature #1910
-
Bug ReportIn a new project (
Version
Platform
Crates[dependencies]
axum-extra = { version = "0.7.2", features = ["cookie-private"] } |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Apr 5, 2023
Replies: 1 comment 2 replies
-
Is the issue with [dependencies]
axum-extra = { version = "0.7.2", features = ["cookie-private"] } and that worked fine. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidpdrsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the issue with
axum-request
oraxum-extra
? We don't maintainaxum-request
so if the issue is there try and ask in their repo. I tried making a new binary withand that worked fine.