forked from mirrors/gstreamer-rs
gstreamer: Update to num-rational 0.4
This commit is contained in:
parent
0b61713398
commit
bcec97373f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ libc = "0.2"
|
|||
ffi = { package = "gstreamer-sys", path = "sys", features = ["v1_8"] }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
|
||||
num-integer = { version = "0.1", default-features = false, features = [] }
|
||||
num-rational = { version = "0.3", default-features = false, features = [] }
|
||||
num-rational = { version = "0.4", default-features = false, features = [] }
|
||||
once_cell = "1.0"
|
||||
futures-core = "0.3"
|
||||
futures-channel = "0.3"
|
||||
|
|
Loading…
Reference in a new issue