From 48ce43ce0615d49101761079658083609a8c57ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 May 2018 10:37:34 +0300 Subject: [PATCH] Update to muldiv 0.2 --- gst-plugin-flv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin-flv/Cargo.toml b/gst-plugin-flv/Cargo.toml index 7715796e..d7dc1f2f 100644 --- a/gst-plugin-flv/Cargo.toml +++ b/gst-plugin-flv/Cargo.toml @@ -13,7 +13,7 @@ gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } num-rational = { version = "0.1", default-features = false, features = [] } nom = "3.0" flavors = {git = "https://github.com/rust-av/flavors.git"} -muldiv = "0.1" +muldiv = "0.2" [lib] name = "gstrsflv"