From 05a51c900dbb72f14acd63819cfc520025f47ca1 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Thu, 25 Jul 2024 13:19:39 +1200 Subject: [PATCH] Use stylo main --- taffy_stylo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taffy_stylo/Cargo.toml b/taffy_stylo/Cargo.toml index d048af97e..02a73c8c9 100644 --- a/taffy_stylo/Cargo.toml +++ b/taffy_stylo/Cargo.toml @@ -8,5 +8,5 @@ license = "MIT OR Apache-2.0" [dependencies] taffy = { path = ".." } -style = { git = "https://github.com/dioxuslabs/stylo", branch = "blitz", features = ["servo"] } -servo_arc = { git = "https://github.com/dioxuslabs/stylo", branch = "blitz" } \ No newline at end of file +style = { git = "https://github.com/servo/stylo", branch = "2024-07-16", features = ["servo"] } +servo_arc = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } \ No newline at end of file