Update to byte-slice-cast 0.2.0

This commit is contained in:
Sebastian Dröge 2018-06-01 11:52:56 +03:00
parent 40c206d813
commit 8ff9294f9d
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ gdk = { git = "https://github.com/gtk-rs/gdk", optional = true }
gio = { git = "https://github.com/gtk-rs/gio", optional = true }
futures = { version = "0.2", optional = true }
send-cell = "0.1"
byte-slice-cast = "0.1"
byte-slice-cast = "0.2"
failure = "0.1"
failure_derive = "0.1"

View file

@ -12,7 +12,7 @@ gstreamer-audio = { path = "../gstreamer-audio" }
gstreamer-video = { path = "../gstreamer-video" }
gstreamer-app = { path = "../gstreamer-app" }
send-cell = "0.1"
byte-slice-cast = "0.1"
byte-slice-cast = "0.2"
[badges]
travis-ci = { repository = "sdroege/gstreamer-rs", branch = "master" }