From 409686907568669e2b99e30add7d415bb608b30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 24 May 2019 13:26:49 +0200 Subject: [PATCH] Update byte-slice-cast to 0.3 --- examples/Cargo.toml | 2 +- tutorials/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a3b1c458e..6c2d2aaab 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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 } diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index a74e2bf62..bd53584a9 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -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]