-
Notifications
You must be signed in to change notification settings - Fork 225
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
utoipa-swagger-ui: compilation error with rust-embed::compression feature enabled #1151
Comments
This needs some troubleshooting to see whether there is something that can be done. |
@JMLX42 Yeah, it is okay for me. I guess it would be good to have it behind |
It turns out:
|
So for my test I set utoipa-swagger-ui = { path = "../../../../../github.com/JMLX42/utoipa/utoipa-swagger-ui", version = "8.0.1", optional = true, features = [
"actix-web",
"vendored",
"compressed",
] }
|
i am getting a similar error when building with Bazel, cargo works fine
|
I have a project that is already using
rust-embed
crate to embed some web content. The dependency is declared as:When I link
utoipa-swagger-ui
it fails to compile:Disabling
compression
feature fixes it, but given how large Swagger UI and my other content is compression would be nice to keep.The text was updated successfully, but these errors were encountered: