Skip to content

Commit 7481d7f

Browse files
committed
Bump versions
- Bump stylo_* to 0.9.0 - Bump servo_arc to 0.4.3 - Bump selectors to 0.33.0 - Bump to_shmem to 0.3.0 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
1 parent 4323aef commit 7481d7f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ members = [
1818
default-members = ["style"]
1919

2020
[workspace.package]
21-
version = "0.8.0"
21+
version = "0.9.0"
2222

2323
[workspace.dependencies]
2424
# in-repo dependencies (separately versioned)
25-
servo_arc = { version = "0.4.2", path = "./servo_arc" }
26-
selectors = { version = "0.32.0", path = "./selectors" }
27-
to_shmem = { version = "0.2.0", path = "./to_shmem", features = ["servo"] }
25+
servo_arc = { version = "0.4.3", path = "./servo_arc" }
26+
selectors = { version = "0.33.0", path = "./selectors" }
27+
to_shmem = { version = "0.3.0", path = "./to_shmem", features = ["servo"] }
2828
to_shmem_derive = { version = "0.1.0", path = "./to_shmem_derive" }
2929

3030
# in-repo dependencies (main version)
31-
malloc_size_of = { version = "0.8.0", path = "./malloc_size_of", package = "stylo_malloc_size_of", features = ["servo"] }
32-
static_prefs = { version = "0.8.0", path = "./stylo_static_prefs", package = "stylo_static_prefs" }
33-
style_config = { version = "0.8.0", path = "./stylo_config", package = "stylo_config"}
34-
stylo_atoms = { version = "0.8.0", path = "./stylo_atoms" }
35-
dom = { version = "0.8.0", path = "./stylo_dom", package = "stylo_dom" }
36-
style_traits = { version = "0.8.0", path = "./style_traits", features = ["servo"], package = "stylo_traits"}
37-
style_derive = { version = "0.8.0", path = "./style_derive", package = "stylo_derive"}
38-
stylo = { version = "0.8.0", path = "./style" }
31+
malloc_size_of = { version = "0.9.0", path = "./malloc_size_of", package = "stylo_malloc_size_of", features = ["servo"] }
32+
static_prefs = { version = "0.9.0", path = "./stylo_static_prefs", package = "stylo_static_prefs" }
33+
style_config = { version = "0.9.0", path = "./stylo_config", package = "stylo_config"}
34+
stylo_atoms = { version = "0.9.0", path = "./stylo_atoms" }
35+
dom = { version = "0.9.0", path = "./stylo_dom", package = "stylo_dom" }
36+
style_traits = { version = "0.9.0", path = "./style_traits", features = ["servo"], package = "stylo_traits"}
37+
style_derive = { version = "0.9.0", path = "./style_derive", package = "stylo_derive"}
38+
stylo = { version = "0.9.0", path = "./style" }

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.32.0"
3+
version = "0.33.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/selectors/"
66
description = "CSS Selectors matching for Rust"

servo_arc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "servo_arc"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["The Servo Project Developers"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/stylo"

to_shmem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "to_shmem"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"

0 commit comments

Comments
 (0)