Skip to content

Commit 64d8521

Browse files
committed
Bump stylo_* version to 0.7.0
Signed-off-by: Oriol Brufau <[email protected]>
1 parent c111ac0 commit 64d8521

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

malloc_size_of/Cargo.toml

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

style/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"
@@ -60,7 +60,7 @@ bitflags = "2"
6060
byteorder = "1.0"
6161
cssparser = "0.35"
6262
derive_more = { version = "2", features = ["add", "add_assign", "deref", "deref_mut", "from"] }
63-
dom = { version = "0.6", path = "../stylo_dom", package = "stylo_dom" }
63+
dom = { version = "0.7", path = "../stylo_dom", package = "stylo_dom" }
6464
new_debug_unreachable = "1.0"
6565
encoding_rs = {version = "0.8", optional = true}
6666
euclid = "0.22"
@@ -71,7 +71,7 @@ itertools = "0.14"
7171
itoa = "1.0"
7272
lazy_static = "1"
7373
log = "0.4"
74-
malloc_size_of = { version = "0.6", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
74+
malloc_size_of = { version = "0.7", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
7575
malloc_size_of_derive = "0.1"
7676
web_atoms = { version = "0.1.3", optional = true }
7777
matches = "0.1"
@@ -87,15 +87,15 @@ rayon-core = "1"
8787
selectors = { version = "0.31.0", path = "../selectors" }
8888
serde = {version = "1.0", optional = true, features = ["derive"]}
8989
servo_arc = { version = "0.4.0", path = "../servo_arc" }
90-
stylo_atoms = { version = "0.6", path = "../stylo_atoms", optional = true}
90+
stylo_atoms = { version = "0.7", path = "../stylo_atoms", optional = true}
9191
smallbitvec = "2.3.0"
9292
smallvec = "1.0"
9393
static_assertions = "1.1"
94-
static_prefs = { version = "0.6", path = "../stylo_static_prefs", package = "stylo_static_prefs" }
94+
static_prefs = { version = "0.7", path = "../stylo_static_prefs", package = "stylo_static_prefs" }
9595
string_cache = { version = "0.8", optional = true }
96-
style_config = { version = "0.6", path = "../stylo_config", package = "stylo_config", optional = true }
97-
style_derive = { version = "0.6", path = "../style_derive", package = "stylo_derive" }
98-
style_traits = { version = "0.6", path = "../style_traits", package = "stylo_traits" }
96+
style_config = { version = "0.7", path = "../stylo_config", package = "stylo_config", optional = true }
97+
style_derive = { version = "0.7", path = "../style_derive", package = "stylo_derive" }
98+
style_traits = { version = "0.7", path = "../style_traits", package = "stylo_traits" }
9999
to_shmem = { version = "0.2", path = "../to_shmem" }
100100
to_shmem_derive = { version = "0.1", path = "../to_shmem_derive" }
101101
thin-vec = "0.2.1"

style_derive/Cargo.toml

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

style_traits/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_traits"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"
@@ -21,12 +21,12 @@ app_units = "0.7"
2121
bitflags = "2"
2222
cssparser = "0.35"
2323
euclid = "0.22"
24-
malloc_size_of = { version = "0.6", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
24+
malloc_size_of = { version = "0.7", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
2525
malloc_size_of_derive = "0.1"
2626
selectors = { version = "0.31", path = "../selectors" }
2727
serde = "1.0"
2828
servo_arc = { version = "0.4", path = "../servo_arc" }
29-
stylo_atoms = { version = "0.6", path = "../stylo_atoms", optional = true }
29+
stylo_atoms = { version = "0.7", path = "../stylo_atoms", optional = true }
3030
thin-vec = "0.2"
3131
to_shmem = { version = "0.2", path = "../to_shmem" }
3232
to_shmem_derive = { version = "0.1", path = "../to_shmem_derive" }

stylo_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_atoms"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/stylo_atoms/"
66
description = "Interned string type for the Servo and Stylo projects"

stylo_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_config"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/stylo_config/"
66
description = "Runtime configuration for Stylo"

stylo_dom/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_dom"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/stylo_dom/"
66
description = "DOM state types for Stylo"
@@ -15,4 +15,4 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
bitflags = "2"
18-
malloc_size_of = { version = "0.6", path = "../malloc_size_of", package = "stylo_malloc_size_of" }
18+
malloc_size_of = { version = "0.7", path = "../malloc_size_of", package = "stylo_malloc_size_of" }

stylo_static_prefs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_static_prefs"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/stylo_static_prefs/"
66
description = "Static configuration for Stylo"

0 commit comments

Comments
 (0)