forked from mirrors/gstreamer-rs
Update byte-slice-cast dependency to 1.0
This commit is contained in:
parent
c987bb0c7d
commit
025f215bd3
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ gio = { git = "https://github.com/gtk-rs/gio", optional = true }
|
|||
anyhow = "1.0"
|
||||
derive_more = "0.99.5"
|
||||
futures = "0.3"
|
||||
byte-slice-cast = "0.3"
|
||||
byte-slice-cast = "1"
|
||||
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
||||
cairo-sys-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
||||
pango = { git = "https://github.com/gtk-rs/pango", optional = true }
|
||||
|
|
|
@ -14,7 +14,7 @@ gst-audio = { package = "gstreamer-audio", path = "../gstreamer-audio" }
|
|||
gst-video = { package = "gstreamer-video", path = "../gstreamer-video" }
|
||||
gst-app = { package = "gstreamer-app", path = "../gstreamer-app" }
|
||||
gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" }
|
||||
byte-slice-cast = "0.3"
|
||||
byte-slice-cast = "1"
|
||||
anyhow = "1"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue