From c965422410064f17b7cf312b19958afbf2c95407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 4 Dec 2017 11:11:26 +0200 Subject: [PATCH] Update to lazy_static 1.0 --- gstreamer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index b89cda567..a30d8bca9 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -20,7 +20,7 @@ gobject-sys = { git = "https://github.com/gtk-rs/sys" } gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_8"] } glib = { git = "https://github.com/gtk-rs/glib" } num-rational = { version = "0.1.38", default-features = false, features = [] } -lazy_static = "0.2" +lazy_static = "1.0" futures = { version = "0.1", optional = true } muldiv = "0.1.1"