Skip to content

Commit

Permalink
Use stylo main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Aug 4, 2024
1 parent 69304a6 commit 05a51c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taffy_stylo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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" }

0 comments on commit 05a51c9

Please sign in to comment.