From 7495ba20a51fb2bea033d115e98db5ea07e68a4b Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:41:52 +0200 Subject: [PATCH] Select servo feature on servo_arc (#32909) Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60a31b3829b..47661454ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ serde_json = "1.0" servo-media = { git = "https://github.com/servo/media" } servo-media-dummy = { git = "https://github.com/servo/media" } servo-media-gstreamer = { git = "https://github.com/servo/media" } -servo_arc = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } +servo_arc = { git = "https://github.com/servo/stylo", branch = "2024-07-16", features = ["servo"] } servo_atoms = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } size_of_test = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } smallbitvec = "2.5.3"