From 323bb1269b0c2209f6ded471cb6a128b7fc65ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 9 Oct 2020 09:19:42 +0300 Subject: [PATCH] gstreamer: Update to cfg-if 1.0 --- gstreamer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }