Skip to content

Commit 30ee5e5

Browse files
committed
Bump selectors version to 0.32.0
Signed-off-by: Oriol Brufau <[email protected]>
1 parent 0dec943 commit 30ee5e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

malloc_size_of/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ servo = ["string_cache"]
1717
app_units = "0.7"
1818
cssparser = "0.35"
1919
euclid = "0.22"
20-
selectors = { version = "0.31", path = "../selectors" }
20+
selectors = { version = "0.32", path = "../selectors" }
2121
servo_arc = { version = "0.4", path = "../servo_arc" }
2222
smallbitvec = "2.3.0"
2323
smallvec = "1.13"

selectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selectors"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/selectors/"
66
description = "CSS Selectors matching for Rust"

style/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ parking_lot = "0.12"
8484
precomputed-hash = "0.1.1"
8585
rayon = "1"
8686
rayon-core = "1"
87-
selectors = { version = "0.31.0", path = "../selectors" }
87+
selectors = { version = "0.32.0", path = "../selectors" }
8888
serde = {version = "1.0", optional = true, features = ["derive"]}
8989
servo_arc = { version = "0.4.0", path = "../servo_arc" }
9090
stylo_atoms = { version = "0.8", path = "../stylo_atoms", optional = true}

style_traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cssparser = "0.35"
2323
euclid = "0.22"
2424
malloc_size_of = { version = "0.8", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
2525
malloc_size_of_derive = "0.1"
26-
selectors = { version = "0.31", path = "../selectors" }
26+
selectors = { version = "0.32", path = "../selectors" }
2727
serde = "1.0"
2828
servo_arc = { version = "0.4", path = "../servo_arc" }
2929
stylo_atoms = { version = "0.8", path = "../stylo_atoms", optional = true }

0 commit comments

Comments
 (0)