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
error[E0433]: failed to resolve: use of undeclared crate or module `axum`
--> /home/ben/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower_governor-0.3.2/src/governor.rs:5:5
| use axum::body::Body;
| ^^^^ use of undeclared crate or module `axum`
The text was updated successfully, but these errors were encountered:
Unfortunately this is kinda a known issue at this point, the last round of PRs changed from a body type must be String requirement, to a body type must be axum::body::Body requirement. I've been meaning to see if I can make it generic, but as I'm currently over my head in things to do I haven't gotten around to it
Hi!
Thank you for your great crate!
I tried it with tonic and got an error:
The text was updated successfully, but these errors were encountered: