mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-28 20:41:31 +00:00
Require gstreamer-sys 0.17.3 for the fixed tracer version bound
This commit is contained in:
parent
9f5c9adadf
commit
e009fd0a4c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ edition = "2018"
|
|||
bitflags = "1.0"
|
||||
cfg-if = "1.0"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-sys", version = "0.17", path = "sys", features = ["v1_8"] }
|
||||
ffi = { package = "gstreamer-sys", version = "0.17.3", path = "sys", features = ["v1_8"] }
|
||||
glib = { version = "0.14" }
|
||||
num-integer = { version = "0.1", default-features = false, features = [] }
|
||||
num-rational = { version = "0.4", default-features = false, features = [] }
|
||||
|
|
Loading…
Reference in a new issue