Update muldiv dependency to 1.0

This commit is contained in:
Sebastian Dröge 2020-10-13 12:38:09 +03:00
parent 48b9a5400b
commit 88bf03bedf
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ gstreamer-app = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
cdg = "0.1"
cdg_renderer = "0.6"
image = { version = "0.23", default-features = false }
muldiv = "0.2"
muldiv = "1.0"
lazy_static = "1.0"
[lib]

View file

@ -14,7 +14,7 @@ gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
num-rational = { version = "0.3", default-features = false, features = [] }
nom = "5"
flavors = { git = "https://github.com/rust-av/flavors" }
muldiv = "0.2"
muldiv = "1.0"
byteorder = "1.0"
lazy_static = "1.0"
smallvec = "1.0"