mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 11:31:06 +00:00
Update to lazy_static 1.0
This commit is contained in:
parent
88ff4289d1
commit
c965422410
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue