From be8894f0b481757f856434f43722911f290bb597 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 10 Dec 2024 11:39:08 +1300 Subject: [PATCH] Fix stylo git reference Signed-off-by: Nico Burns --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ffa4ddf..19ae17f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,11 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] # Servo dependencies -style = { git = "https://github.com/servo/stylo", rev = "61c02a463", package = "style" } # u64-opaque-element -style_config = { git = "https://github.com/servo/stylo", rev = "61c02a463", package = "style_config" } # u64-opaque-element -style_traits = { git = "https://github.com/servo/stylo", rev = "61c02a463", package = "style_traits" } # u64-opaque-element -style_dom = { git = "https://github.com/servo/stylo", rev = "61c02a463", package = "dom" } # u64-opaque-element -selectors = { git = "https://github.com/servo/stylo", rev = "61c02a463", package = "selectors" } # u64-opaque-element +style = { git = "https://github.com/nicoburns/stylo", rev = "61c02a463", package = "style" } # u64-opaque-element +style_config = { git = "https://github.com/nicoburns/stylo", rev = "61c02a463", package = "style_config" } # u64-opaque-element +style_traits = { git = "https://github.com/nicoburns/stylo", rev = "61c02a463", package = "style_traits" } # u64-opaque-element +style_dom = { git = "https://github.com/nicoburns/stylo", rev = "61c02a463", package = "dom" } # u64-opaque-element +selectors = { git = "https://github.com/nicoburns/stylo", rev = "61c02a463", package = "selectors" } # u64-opaque-element markup5ever = "0.14" # needs to match stylo markup5ever version html5ever = "0.29" # needs to match stylo markup5ever version xml5ever = "0.20" # needs to match stylo markup5ever version