From 4eccd30ce26cf6f388ff7c7fa0baf0d19cb1ec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 14 Mar 2023 13:28:28 +0200 Subject: [PATCH] Revert "aws: Temporarily enable the default features of the `test-with` crate" This reverts commit 42116b5bcee786fe1e74468ee61875c2ef54ae08. --- net/aws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index aad4dd92..c329009f 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -41,7 +41,7 @@ chrono = { version = "0.4", features = [ "alloc" ] } env_logger = "0.10" gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] } rand = "0.8" -test-with = { version = "0.9" } +test-with = { version = "0.9", default-features = false } [lib] name = "gstaws"