diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 672df38cc..dccb38b77 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" [dependencies] bitflags = "1.0" -cfg-if = "0.1" +cfg-if = "1.0" libc = "0.2" glib-sys = { git = "https://github.com/gtk-rs/sys" } gobject-sys = { git = "https://github.com/gtk-rs/sys" }