-
Notifications
You must be signed in to change notification settings - Fork 160
Rocket Responder not working with v0.2.0? #76
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
Comments
Can you show me the contents of your |
Ah, yes, that was it: there was a |
FYI, rust-lang/rust#22750 and rust-lang/cargo#2064 address different parts of this issue. I don't see much movement with either of them, though. |
@trombonehero Deleting your Cargo.lock shouldn't be necessary, |
I'm using Maud v0.16.1 and attempting to update Rocket from v0.1.6 to v0.2.0. The following reduced test case works fine with Rocket v0.1.6:
With Rocket v0.2.0, however, I see:
The
rocket::response::responder
module is private, however, so I can'tuse
it as suggested. I do see arespond()
method at Maud's lib.rs:212 and I havefeatures = ["rocket"]
in my Cargo.toml file. Any idea why Maud'simpl Responder for PreEscaped
isn't being detected?The text was updated successfully, but these errors were encountered: