Skip to content

Commit 1b3608c

Browse files
committed
Upgrade stylo to v0.7
Signed-off-by: Nico Burns <[email protected]>
1 parent b6bdfa7 commit 1b3608c

File tree

2 files changed

+26
-38
lines changed

2 files changed

+26
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ stylo_taffy = { version = "0.1.0", path = "./packages/stylo_taffy", default-feat
5454
mini-dxn = { path = "./packages/mini-dxn", default-features = false }
5555

5656
# Servo dependencies
57-
style = { version = "0.6", package = "stylo" }
58-
style_traits = { version = "0.6", package = "stylo_traits" }
59-
style_atoms = { version = "0.6", package = "stylo_atoms" }
60-
style_config = { version = "0.6", package = "stylo_config" }
61-
style_dom = { version = "0.6", package = "stylo_dom" }
62-
selectors = { version = "0.31", package = "selectors" }
57+
style = { git = "https://github.com/servo/stylo", branch = "main", package = "stylo" }
58+
style_traits = { git = "https://github.com/servo/stylo", branch = "main", package = "stylo_traits" }
59+
style_atoms = { git = "https://github.com/servo/stylo", branch = "main", package = "stylo_atoms" }
60+
style_config = { git = "https://github.com/servo/stylo", branch = "main", package = "stylo_config" }
61+
style_dom = { git = "https://github.com/servo/stylo", branch = "main", package = "stylo_dom" }
62+
selectors = { git = "https://github.com/servo/stylo", branch = "main", package = "selectors" }
6363
cssparser = { version = "0.35" }
6464

6565
# HTML5ever dependencies

0 commit comments

Comments
 (0)