Update to lazy_static 1.0

This commit is contained in:
Sebastian Dröge 2017-12-04 11:12:32 +02:00
parent 2fb3952aa2
commit b3725312c4

View file

@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
[dependencies]
libc = "0.2"
lazy_static = "0.2"
lazy_static = "1.0"
byteorder = "1.0"
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }