From 4f23e4c012422cffbe780e73fcb0e0cb2c54b7f6 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 31 Mar 2025 13:05:47 +0200 Subject: [PATCH] Enable publishing for all crates in stylo This is important for releasing version `v0.2.0`. See #151. Signed-off-by: Martin Robinson --- malloc_size_of/Cargo.toml | 1 - style/Cargo.toml | 1 - style_derive/Cargo.toml | 1 - style_traits/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/malloc_size_of/Cargo.toml b/malloc_size_of/Cargo.toml index 1a3d1be71b..31607108c5 100644 --- a/malloc_size_of/Cargo.toml +++ b/malloc_size_of/Cargo.toml @@ -4,7 +4,6 @@ version = "0.2.0" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/stylo" -publish = false [lib] path = "lib.rs" diff --git a/style/Cargo.toml b/style/Cargo.toml index be4c896293..3d2bfc88cf 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"] license = "MPL-2.0" repository = "https://github.com/servo/stylo" edition = "2021" -publish = false build = "build.rs" diff --git a/style_derive/Cargo.toml b/style_derive/Cargo.toml index 07a16839c9..5b964a1f08 100644 --- a/style_derive/Cargo.toml +++ b/style_derive/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"] license = "MPL-2.0" repository = "https://github.com/servo/stylo" edition = "2021" -publish = false [lib] path = "lib.rs" diff --git a/style_traits/Cargo.toml b/style_traits/Cargo.toml index d173054058..c350ef41e3 100644 --- a/style_traits/Cargo.toml +++ b/style_traits/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"] license = "MPL-2.0" repository = "https://github.com/servo/stylo" edition = "2021" -publish = false [lib] name = "style_traits"