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>2018-09-06 14:19:47 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-09-06 14:19:47 +0300
commit17193e330819db4766f8da313fb531d9044cd861 (patch)
tree193beeabfa9b19fef39523f7a14ba03f7124a878
parent5cac22d1c0efe7cbf53ef9caf61ede7ab602c58e (diff)
Update num-rational to 0.2
-rw-r--r--gst-plugin-flv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugin-flv/Cargo.toml b/gst-plugin-flv/Cargo.toml
index d7dc1f2fc..c2b141b39 100644
--- a/gst-plugin-flv/Cargo.toml
+++ b/gst-plugin-flv/Cargo.toml
@@ -10,7 +10,7 @@ url = "1.1"
gst-plugin = { path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" }
-num-rational = { version = "0.1", default-features = false, features = [] }
+num-rational = { version = "0.2", default-features = false, features = [] }
nom = "3.0"
flavors = {git = "https://github.com/rust-av/flavors.git"}
muldiv = "0.2"