Update byte-slice-cast to 0.3

This commit is contained in:
Sebastian Dröge 2019-05-24 13:26:49 +02:00
parent 4a8e860a9e
commit 4096869075
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk", optional = true }
gdk = { git = "https://github.com/gtk-rs/gdk", optional = true }
gio = { git = "https://github.com/gtk-rs/gio", 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_derive = "0.1"
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }

View file

@ -12,7 +12,7 @@ gstreamer-audio = { path = "../gstreamer-audio" }
gstreamer-video = { path = "../gstreamer-video" }
gstreamer-app = { path = "../gstreamer-app" }
gstreamer-pbutils = { path = "../gstreamer-pbutils" }
byte-slice-cast = "0.2"
byte-slice-cast = "0.3"
failure = "0.1.0"
[features]