forked from mirrors/gstreamer-rs
Update to num-rational 0.2
This commit is contained in:
parent
db3fe69415
commit
bd1fb746de
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ glib-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-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"] }
|
gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_8"] }
|
||||||
glib = { git = "https://github.com/gtk-rs/glib" }
|
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"
|
lazy_static = "1.0"
|
||||||
futures-core = { version = "0.2", optional = true }
|
futures-core = { version = "0.2", optional = true }
|
||||||
muldiv = "0.2"
|
muldiv = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue