diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index aef08168d..9c989379c 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.56" libc = "0.2" bitflags = "1.0" ffi = { package = "gstreamer-editing-services-sys", version = "0.18", path = "sys", features = ["v1_8"]} -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15.3" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" } gst = { package = "gstreamer", version = "0.18", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.18", path = "../gstreamer-base" }