Update to num-rational 0.2

This commit is contained in:
Sebastian Dröge 2018-06-22 10:27:14 +03:00
parent db3fe69415
commit bd1fb746de

View file

@ -20,7 +20,7 @@ glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/glib" }
num-rational = { version = "0.1.38", default-features = false, features = [] }
num-rational = { version = "0.2", default-features = false, features = [] }
lazy_static = "1.0"
futures-core = { version = "0.2", optional = true }
muldiv = "0.2"