From bcec97373fbde92283a423dafa4836f60381d8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 9 Mar 2021 11:17:53 +0200 Subject: [PATCH] gstreamer: Update to num-rational 0.4 --- gstreamer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 5dd5e2b00..6847f894e 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -20,7 +20,7 @@ libc = "0.2" ffi = { package = "gstreamer-sys", path = "sys", features = ["v1_8"] } glib = { git = "https://github.com/gtk-rs/gtk-rs" } num-integer = { version = "0.1", default-features = false, features = [] } -num-rational = { version = "0.3", default-features = false, features = [] } +num-rational = { version = "0.4", default-features = false, features = [] } once_cell = "1.0" futures-core = "0.3" futures-channel = "0.3"