m3u8-rs: Depend on version exactly 3.0.0

https://github.com/rutgersc/m3u8-rs/pull/46#issuecomment-1094867533
This commit is contained in:
Vivia Nikolaidou 2022-04-11 13:22:23 +03:00
parent 5af52f94a8
commit b5a3a99825
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ path = "src/lib.rs"
gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
gst-pbutils = { package = "gstreamer-pbutils", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] }
m3u8-rs = "3.0"
m3u8-rs = "=3.0.0"
chrono = "0.4"
[build-dependencies]

View file

@ -14,7 +14,7 @@ gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/g
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core" }
once_cell = "1.7.2"
m3u8-rs = "3"
m3u8-rs = "=3.0.0"
regex = "1"
[dev-dependencies]