rav1e: Track 0.1 release series instead of git master

This commit is contained in:
Sebastian Dröge 2019-11-10 09:51:46 +01:00 committed by Sebastian Dröge
parent a049d9fada
commit 88cb29b455

View file

@ -12,7 +12,7 @@ glib = { git = "https://github.com/gtk-rs/glib" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
rav1e = { git = "https://github.com/xiph/rav1e.git", default-features=false }
rav1e = { version = "0.1", default-features=false }
atomic_refcell = "0.1"
lazy_static = "1.0"