Support `actix-web` `4.0.0-beta.11`
caizixian opened this issue · 1 comments
caizixian commented
The new actix-web
release supports using #[tokio::main]
, which is quite nice.
https://twitter.com/algo_luca/status/1460533319234473987
At this moment, tracing-actix-web``0.5.0-beta.1
pins the actix-web
version, which makes sense for beta versions. It would be nice to have a new release that bumps the dependency version.
LukeMathWalker commented
Fixed in #54 (the irony of seeing your own tweet quoted 😅 )