Skip to content

Commit 6a02b42

Browse files
committed
Upgrade Stylo to 2025-03-11 + matching 5ever crates
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 36824ec commit 6a02b42

2 files changed

Lines changed: 82 additions & 83 deletions

File tree

Cargo.lock

Lines changed: 73 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ license = "MIT OR Apache-2.0"
2121

2222
[workspace.dependencies]
2323
# Servo dependencies
24-
style = { git = "https://github.com/servo/stylo", rev = "4ff13d4f", package = "style" } # 2025-03-11
25-
style_traits = { git = "https://github.com/servo/stylo", rev = "4ff13d4f", package = "style_traits" } # 2025-03-11
26-
style_config = { git = "https://github.com/servo/stylo", rev = "4ff13d4f", package = "stylo_config" } # 2025-03-11
27-
style_dom = { git = "https://github.com/servo/stylo", rev = "4ff13d4f", package = "stylo_dom" } # 2025-03-11
28-
selectors = { git = "https://github.com/servo/stylo", rev = "4ff13d4f", package = "selectors" } # 2025-03-11
29-
30-
markup5ever = "0.14" # needs to match stylo markup5ever version
31-
html5ever = "0.29" # needs to match stylo markup5ever version
32-
xml5ever = "0.20" # needs to match stylo markup5ever version
24+
style = { git = "https://github.com/servo/stylo", rev = "4b44fbdb", package = "stylo" } # 2025-03-15
25+
style_traits = { git = "https://github.com/servo/stylo", rev = "4b44fbdb", package = "stylo_traits" } # 2025-03-15
26+
style_config = { git = "https://github.com/servo/stylo", rev = "4b44fbdb", package = "stylo_config" } # 2025-03-15
27+
style_dom = { git = "https://github.com/servo/stylo", rev = "4b44fbdb", package = "stylo_dom" } # 2025-03-15
28+
selectors = { git = "https://github.com/servo/stylo", rev = "4b44fbdb", package = "selectors" } # 2025-03-15
29+
30+
markup5ever = "0.15" # needs to match stylo markup5ever version
31+
html5ever = "0.30" # needs to match stylo markup5ever version
32+
xml5ever = "0.21" # needs to match stylo markup5ever version
3333
euclid = "0.22"
3434
string_cache = "0.8.7"
3535
atomic_refcell = "0.1.13"

0 commit comments

Comments
 (0)