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
Hi @renancloudwalk. Thanks for creating this, it's been really nice to use 👌
Just wanted to let you know, the axum 0.8.0 release seems to require an update:
error[E0308]: mismatched types
--> src/foo.rs:180:38
|
180 | let client = TestClient::new(app).await;
| --------------- ^^^ expected `axum::routing::Router`, found `Router`
| |
| arguments to this function are incorrect
Do you think you'll have time to publish a compatibility fix?
The text was updated successfully, but these errors were encountered:
Hi @renancloudwalk. Thanks for creating this, it's been really nice to use 👌
Just wanted to let you know, the axum 0.8.0 release seems to require an update:
Do you think you'll have time to publish a compatibility fix?
The text was updated successfully, but these errors were encountered: