From 4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 18 Jun 2024 11:22:08 +0200 Subject: Use workspace definitions for all crates and update to the 2021 edition (#32544) --- components/config/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/config') diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index ea92a1d99f8..223e1e08fba 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "servo_config" -version = "0.0.1" -authors = ["The Servo Project Developers"] -license = "MPL-2.0" -edition = "2018" -publish = false +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true [lib] name = "servo_config" -- cgit v1.2.3