Depend on 0.21.1 of the -sys crates where necessary

This commit is contained in:
Sebastian Dröge 2023-10-04 10:20:38 +03:00
parent 7d5f8e95bf
commit 71bbcc00e2
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ rust-version = "1.70"
futures-core = "0.3"
futures-sink = "0.3"
libc = "0.2"
ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21" }
ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21.1" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" }

View file

@ -15,7 +15,7 @@ rust-version = "1.70"
[dependencies]
libc = "0.2"
ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21" }
ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21.1" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
serde = { version = "1.0", optional = true }

View file

@ -16,7 +16,7 @@ rust-version = "1.70"
[dependencies]
libc = "0.2"
cfg-if = "1.0"
ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21" }
ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21.1" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" }

View file

@ -16,7 +16,7 @@ rust-version = "1.70"
[dependencies]
cfg-if = "1.0"
libc = "0.2"
ffi = { package = "gstreamer-sys", path = "sys", version = "0.21" }
ffi = { package = "gstreamer-sys", path = "sys", version = "0.21.1" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
num-integer = { version = "0.1", default-features = false, features = [] }
num-rational = { version = "0.4", default-features = false, features = [] }