mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
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
This commit is contained in:
parent
9e00142b40
commit
42116b5bce
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue