Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-18 13:07:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-18 13:07:09 +0300
commitf4e7f127d96f4e617a890486e2350246fb3efe86 (patch)
tree07d12e00992e4603ab21d7b476acff396549a298 /video/flavors
parent60321edb8c2626106837b477860c5998265a356a (diff)
flavors: Update num-rational dependency to 0.3
Diffstat (limited to 'video/flavors')
-rw-r--r--video/flavors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index 805ee3161..212871f23 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -12,7 +12,7 @@ url = "2"
glib = { git = "https://github.com/gtk-rs/glib" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
-num-rational = { version = "0.2", default-features = false, features = [] }
+num-rational = { version = "0.3", default-features = false, features = [] }
nom = "5"
flavors = { git = "https://github.com/rust-av/flavors" }
muldiv = "0.2"