elmarx / actix-slog

structured logging for actix-web
Apache License 2.0
8 stars 6 forks source link

no default features for actix-web #4

Closed robjtede closed 3 years ago

robjtede commented 3 years ago

The dependency in Cargo.toml should ideally be:

- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
elmarx commented 3 years ago

You're absolutely right. Thanks for the hint!