Revert "aws: Temporarily enable the default features of the test-with crate"

This reverts commit 42116b5bce.
This commit is contained in:
Sebastian Dröge 2023-03-14 13:28:28 +02:00
parent 42116b5bce
commit 4eccd30ce2

View file

@ -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"