mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-29 21:40:31 +00:00
flavors: remove git suffix from git dep
Not needed and will make cargo deny sources list homogeneous.
This commit is contained in:
parent
bdb0e72cc7
commit
92163c46b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue