Update num-rational to 0.2

This commit is contained in:
Sebastian Dröge 2018-09-06 14:19:47 +03:00
parent 5cac22d1c0
commit 17193e3308

View file

@ -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"