From 87f2c3b025b63412af40cded341fe220dd3f2c81 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 30 Jan 2020 13:53:36 +0530 Subject: [PATCH] lewton: update to lewton 0.10 New version of the crate has just been released. --- gst-plugin-lewton/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin-lewton/Cargo.toml b/gst-plugin-lewton/Cargo.toml index 30b1fb486..1127eab37 100644 --- a/gst-plugin-lewton/Cargo.toml +++ b/gst-plugin-lewton/Cargo.toml @@ -12,7 +12,7 @@ glib = { git = "https://github.com/gtk-rs/glib" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } -lewton = { version = "0.9", default-features = false } +lewton = { version = "0.10", default-features = false } byte-slice-cast = "0.3" atomic_refcell = "0.1" lazy_static = "1.0"