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
When JosephLenton/axum-test#131 will be merged and released, we'll be able to remove all #[async_trait]s, replace /:params by /{param}s everywhere and the code should compile.
I tried to update Axum to
0.8
, but because of the removal ofasync_trait
in https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.0 it doesn't work.When JosephLenton/axum-test#131 will be merged and released, we'll be able to remove all
#[async_trait]
s, replace/:param
s by/{param}
s everywhere and the code should compile.See tokio-rs/axum#2308, https://tokio.rs/blog/2025-01-01-announcing-axum-0-8-0#async_trait-removal and Eugeny/russh#236.
The text was updated successfully, but these errors were encountered: