From 974aaf03b477832425d27aed6b993a47d7bad721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 27 Oct 2021 20:52:01 +0200 Subject: [PATCH] aquatic_http: set default impl to glommio for testing --- aquatic_http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_http/Cargo.toml b/aquatic_http/Cargo.toml index 49cac1c..7c9a9cc 100644 --- a/aquatic_http/Cargo.toml +++ b/aquatic_http/Cargo.toml @@ -16,7 +16,7 @@ name = "aquatic_http" path = "src/bin/main.rs" [features] -default = ["with-mio"] +default = ["with-glommio"] with-glommio = ["glommio", "futures-lite", "rustls", "rustls-pemfile", "slab"] with-mio = ["crossbeam-channel", "histogram", "mio", "native-tls", "socket2"]