Revert "rav1e: Pin v_frame dependency to version 0.2.5 for now"

This reverts commit f85321ce9f.

Versio 0.2.6, which broke API, was yanked and released as 0.3 so this is
all working fine again.
This commit is contained in:
Sebastian Dröge 2022-10-10 15:45:51 +03:00
parent 7ee4afacf4
commit 6e7ebc30e0

View file

@ -14,7 +14,6 @@ gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
rav1e = { version = "0.5", default-features = false }
once_cell = "1.0"
atomic_refcell = "0.1"
v_frame = "=0.2.5"
[dev-dependencies]
gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }