Fixup last commit to actually change the pbutils instead of the base dependency

This commit is contained in:
Sebastian Dröge 2018-11-26 16:54:35 +01:00
parent ecb45814c2
commit ff2fb01184

View file

@ -25,8 +25,8 @@ gstreamer-editing-services-sys = { version = "0.6", features = ["v1_8"] }
glib = "0.6"
gio = "0.5"
gstreamer = { version = "0.12", path = "../gstreamer" }
gstreamer-base = { version = "0.12.2", path = "../gstreamer-base" }
gstreamer-pbutils = { version = "0.12", path = "../gstreamer-pbutils" }
gstreamer-base = { version = "0.12", path = "../gstreamer-base" }
gstreamer-pbutils = { version = "0.12.2", path = "../gstreamer-pbutils" }
[build-dependencies.rustdoc-stripper]
version = "0.1"