mozilla-services / common-rs

Common utilities for Mozilla server side apps
Mozilla Public License 2.0
3 stars 9 forks source link

Allow disable actix-web v3 entirely through features #23

Closed mythmon closed 2 years ago

mythmon commented 3 years ago

Merino was pulling in both actix-web v3 and v4, since this crate didn't have a way to disable the former. This patch updates the features of this library so that exactly one version of actix-web must be chosen, and the other will be excluded.