gstreamer: Update num-rational dependency to 0.3

This commit is contained in:
Sebastian Dröge 2020-06-18 13:06:20 +03:00
parent bfde1fd9d5
commit d22b1b5981

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://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys", features = ["v1_8"] }
glib = { git = "https://github.com/gtk-rs/glib" }
num-rational = { version = "0.2", default-features = false, features = [] }
num-rational = { version = "0.3", default-features = false, features = [] }
once_cell = "1.0"
futures-core = "0.3"
futures-util = "0.3"