Update to lazy_static 1.0

This commit is contained in:
Sebastian Dröge 2017-12-04 11:11:26 +02:00
parent 88ff4289d1
commit c965422410

View file

@ -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"