Skip to content

Commit

Permalink
Upgrade Stylo to 2024-12-04 + u64-opaque-element
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 9, 2024
1 parent 430120b commit eb0a58b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
# Servo dependencies
style = { git = "https://github.com/servo/stylo", rev = "274e6531", package = "style" } # u64-opaque-element
style_config = { git = "https://github.com/servo/stylo", rev = "274e6531", package = "style_config" } # u64-opaque-element
style_traits = { git = "https://github.com/servo/stylo", rev = "274e6531", package = "style_traits" } # u64-opaque-element
style_dom = { git = "https://github.com/servo/stylo", rev = "274e6531", package = "dom" } # u64-opaque-element
selectors = { git = "https://github.com/servo/stylo", rev = "274e6531", package = "selectors" } # u64-opaque-element
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
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
Expand Down

0 comments on commit eb0a58b

Please sign in to comment.