You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if it's possible to determine this dependency under Cargo without actually doing a build. In Bazel, this dependency would need to be determined in the "analysis" phase.
Using 0.15.0 cargo-raze to pull in axum (as a transitive dep of tonic) I run into the following compilation issue:
I was able to fix this locally by applying the following patch:
I'm fairly new to raze so I could be missing something, but in general I'd expect this to "just work"
The text was updated successfully, but these errors were encountered: