Skip to content

Commit 44f1af4

Browse files
authored
Enable publishing for all crates in stylo (#159)
This is important for releasing version `v0.2.0`. See #151. Signed-off-by: Martin Robinson <[email protected]>
1 parent bc4717c commit 44f1af4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

malloc_size_of/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.2.0"
44
authors = ["The Servo Project Developers"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/stylo"
7-
publish = false
87

98
[lib]
109
path = "lib.rs"

style/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"
77
edition = "2021"
8-
publish = false
98

109
build = "build.rs"
1110

style_derive/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"
77
edition = "2021"
8-
publish = false
98

109
[lib]
1110
path = "lib.rs"

style_traits/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/stylo"
77
edition = "2021"
8-
publish = false
98

109
[lib]
1110
name = "style_traits"

0 commit comments

Comments
 (0)