From cc1c31ef3f018946c8a7c2244fcc1d062600e11c Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Thu, 20 Jun 2024 12:20:50 +0530 Subject: crown: remove references to workspace manifest (#32567) The way our shell.nix works requires crown's Cargo.toml to be self-contained so that it can be built as a nix derivation in isolation. Fixes #32552. Signed-off-by: Mukilan Thiyagarajan --- support/crown/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'support/crown') diff --git a/support/crown/Cargo.toml b/support/crown/Cargo.toml index 30eeaa6c16c..100b0e6d5e4 100644 --- a/support/crown/Cargo.toml +++ b/support/crown/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "crown" -version.workspace = true -authors.workspace = true -license.workspace = true -edition.workspace = true -publish.workspace = true +authors = ["The Servo Project Developers"] +version = "0.0.1" +edition = "2021" +license = "MPL-2.0" +publish = false # Do not use workspace dependencies in this package! # In etc/shell.nix, we filter Cargo.lock and build this package in isolation, -- cgit v1.2.3