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
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-16 15:03:29 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-16 15:04:21 +0300
commit92163c46b23b6253fa22f36816b29479c07eee4c (patch)
treeffbbe1eadc3bbe1f6fb1c88843fc59df5dcc1c4c /video
parentbdb0e72cc77fe346d3c6f3d685afc352a1efb5eb (diff)
flavors: remove git suffix from git dep
Not needed and will make cargo deny sources list homogeneous.
Diffstat (limited to 'video')
-rw-r--r--video/flavors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index 2a46a0bec..82dc9b733 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -14,7 +14,7 @@ gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
num-rational = { version = "0.2", default-features = false, features = [] }
nom = "5"
-flavors = {git = "https://github.com/rust-av/flavors.git"}
+flavors = { git = "https://github.com/rust-av/flavors" }
muldiv = "0.2"
byteorder = "1.0"
lazy_static = "1.0"