Skip to content

Commit 2342450

Browse files
committed
Prepare for Stylo v0.2.0 release
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 5de7b9f commit 2342450

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

malloc_size_of/Cargo.toml

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

selectors/Cargo.toml

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

style/Cargo.toml

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

style_derive/Cargo.toml

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

style_traits/Cargo.toml

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

stylo_atoms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_atoms"
3-
version = "0.1.0"
3+
version = "0.2.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

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

stylo_dom/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_dom"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/stylo_dom/"
66
description = "DOM state types for Stylo"

stylo_static_prefs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylo_static_prefs"
3-
version = "0.1.0"
3+
version = "0.2.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)