nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
89 stars 56 forks source link

no default features for actix-web #35

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 }
nlopes commented 3 years ago

Thanks for the suggestion!

nlopes commented 3 years ago

Sorted in https://github.com/nlopes/actix-web-prom/commit/5e874001862842226cf4dfedd6249ef193079e97