Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video/cdg
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-13 12:38:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-10-13 12:56:49 +0300
commit88bf03bedf84046d474a8beecfad9194f5e28162 (patch)
tree837c51093e590e16fb3a0db8ffa9111e6fc45e13 /video/cdg
parent48b9a5400b8311215a8bb5010125f83d390ccd25 (diff)
Update muldiv dependency to 1.0
Diffstat (limited to 'video/cdg')
-rw-r--r--video/cdg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index d03c91418..9d2e7f822 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -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]