From 51a9438b62af2931d0585e11ade2533b5e63870d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Tue, 16 Jun 2020 12:03:28 +0200 Subject: [PATCH] Add 1.16 feature to gstreamer --- components/servo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 2b52339e6281..1d13db8c4e13 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -55,7 +55,7 @@ euclid = "0.20" gfx = { path = "../gfx" } gfx_traits = { path = "../gfx_traits" } gleam = "0.11" -gstreamer = { version = "0.15", optional = true } +gstreamer = { version = "0.15", features = ["v1_16"], optional = true } ipc-channel = "0.14" keyboard-types = "0.4" layout_thread_2013 = { path = "../layout_thread", optional = true }