mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
flavors: Pin to a version that doesn't require nom 6 yet
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/423
This commit is contained in:
parent
c62bdb171a
commit
41a660ba4f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
|||
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" }
|
||||
flavors = { git = "https://github.com/rust-av/flavors", rev = "61f9e2463b06f590910974302741eaae185b2086" }
|
||||
muldiv = "1.0"
|
||||
byteorder = "1.0"
|
||||
lazy_static = "1.0"
|
||||
|
|
Loading…
Reference in a new issue