forked from mirrors/gstreamer-rs
audio: Update to array-init 2.0
This commit is contained in:
parent
6ec0e3ac4b
commit
cd3d114d6c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ffi = { package = "gstreamer-audio-sys", path = "sys", features = ["v1_8"] }
|
|||
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
|
||||
gst = { package = "gstreamer", path = "../gstreamer" }
|
||||
gst-base = { package = "gstreamer-base", path = "../gstreamer-base" }
|
||||
array-init = "1.0"
|
||||
array-init = "2.0"
|
||||
once_cell = "1.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue