Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/aws
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-03-14 10:19:26 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-14 10:19:26 +0300
commit42116b5bcee786fe1e74468ee61875c2ef54ae08 (patch)
tree6c9bdea19e3afe04fc03258038724403a264c928 /net/aws
parent9e00142b40fe09a1c06d8f4a72c3dc8275c70b77 (diff)
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
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"