mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
Update byte-slice-cast to 0.3
This commit is contained in:
parent
4a8e860a9e
commit
4096869075
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk", optional = true }
|
||||||
gdk = { git = "https://github.com/gtk-rs/gdk", optional = true }
|
gdk = { git = "https://github.com/gtk-rs/gdk", optional = true }
|
||||||
gio = { git = "https://github.com/gtk-rs/gio", optional = true }
|
gio = { git = "https://github.com/gtk-rs/gio", optional = true }
|
||||||
futures-preview = { version = "0.3.0-alpha", optional = true }
|
futures-preview = { version = "0.3.0-alpha", optional = true }
|
||||||
byte-slice-cast = "0.2"
|
byte-slice-cast = "0.3"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
failure_derive = "0.1"
|
failure_derive = "0.1"
|
||||||
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
||||||
|
|
|
@ -12,7 +12,7 @@ gstreamer-audio = { path = "../gstreamer-audio" }
|
||||||
gstreamer-video = { path = "../gstreamer-video" }
|
gstreamer-video = { path = "../gstreamer-video" }
|
||||||
gstreamer-app = { path = "../gstreamer-app" }
|
gstreamer-app = { path = "../gstreamer-app" }
|
||||||
gstreamer-pbutils = { path = "../gstreamer-pbutils" }
|
gstreamer-pbutils = { path = "../gstreamer-pbutils" }
|
||||||
byte-slice-cast = "0.2"
|
byte-slice-cast = "0.3"
|
||||||
failure = "0.1.0"
|
failure = "0.1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue