mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-01 05:32:23 +00:00
Update muldiv dependency to 1.0
This commit is contained in:
parent
48b9a5400b
commit
88bf03bedf
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ gstreamer-app = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
cdg = "0.1"
|
cdg = "0.1"
|
||||||
cdg_renderer = "0.6"
|
cdg_renderer = "0.6"
|
||||||
image = { version = "0.23", default-features = false }
|
image = { version = "0.23", default-features = false }
|
||||||
muldiv = "0.2"
|
muldiv = "1.0"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -14,7 +14,7 @@ gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
num-rational = { version = "0.3", default-features = false, features = [] }
|
num-rational = { version = "0.3", default-features = false, features = [] }
|
||||||
nom = "5"
|
nom = "5"
|
||||||
flavors = { git = "https://github.com/rust-av/flavors" }
|
flavors = { git = "https://github.com/rust-av/flavors" }
|
||||||
muldiv = "0.2"
|
muldiv = "1.0"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue