From 42116b5bcee786fe1e74468ee61875c2ef54ae08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 14 Mar 2023 09:19:26 +0200 Subject: [PATCH] aws: Temporarily enable the default features of the `test-with` crate Version 0.9.4 fails compiling without them enabled. See https://github.com/yanganto/test-with/pull/57 --- 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 c329009f..aad4dd92 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", default-features = false } +test-with = { version = "0.9" } [lib] name = "gstaws"