audio: Update to array-init 2.0

This commit is contained in:
Sebastian Dröge 2021-04-02 12:07:27 +03:00
parent 6ec0e3ac4b
commit cd3d114d6c

View file

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