From ebc2c9a290d298a0fa77a2f54851e91878d30067 Mon Sep 17 00:00:00 2001 From: Elena Frank Date: Mon, 3 Oct 2022 15:37:40 +0200 Subject: [PATCH] transport/quic: Remove default feature See #2918. --- transports/quic/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index eac115bec0f..f921155b497 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -28,7 +28,6 @@ x509-parser = "0.13.0" yasna = "0.5.0" [features] -default = ["async-std"] tokio = ["tokio-crate"] async-std = ["async-std-crate"]