diff --git a/Cargo.toml b/Cargo.toml index 6267395..eadd79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ client = ["hyper/client"] client-legacy = ["client"] server = ["hyper/server"] -server-auto = ["hyper/server", "http1", "http2"] +server-auto = ["server", "http1", "http2"] http1 = ["hyper/http1"] http2 = ["hyper/http2"]