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
Due to an upgrade to axum 0.8 and incompatibility of tower-governor with it yet I wanted to disable the feature, but then crate fails to build:
error[E0433]: failed to resolve: use of undeclared crate or module `axum`
--> /Users/xxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower_governor-0.5.0/src/governor.rs:5:5
|
5 | use axum::body::Body;
| ^^^^ use of undeclared crate or module `axum`
error[E0433]: failed to resolve: use of undeclared crate or module `axum`
--> /Users/xxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower_governor-0.5.0/src/lib.rs:12:5
|
12 | use axum::body::Body;
| ^^^^ use of undeclared crate or module `axum`
The text was updated successfully, but these errors were encountered:
Due to an upgrade to
axum
0.8 and incompatibility oftower-governor
with it yet I wanted to disable the feature, but then crate fails to build:The text was updated successfully, but these errors were encountered: