unresolved import in latest RC #1936
Unanswered
deathbreakfast
asked this question in
Questions
Replies: 1 comment
-
In 0.5, this type was renamed from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
rocket::response::content::RawHtml
and for some reason I'm getting an unresolved import when the cargo dependency version is set to "0.5.0-rc".I'm able to repo this with the provided examples. Here is a before and after snippet of examples/cookies/Cargo.toml
is changed to this
I am new to rust, not sure if I'm missing any thing fundamental with dependencies or if I can get some general direction would be really helpful.
Beta Was this translation helpful? Give feedback.
All reactions