mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-17 05:15:14 +00:00
Update to lazy_static 1.0
This commit is contained in:
parent
2fb3952aa2
commit
b3725312c4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
lazy_static = "0.2"
|
lazy_static = "1.0"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
glib-sys = { git = "https://github.com/gtk-rs/sys" }
|
glib-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
|
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
Loading…
Reference in a new issue