forked from mirrors/gstreamer-rs
Update to byte-slice-cast 0.2.0
This commit is contained in:
parent
40c206d813
commit
8ff9294f9d
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue