From 426dd2dbe80878c222d6d8d7db55a70e634bb3c4 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Thu, 8 Aug 2024 11:07:22 +0200 Subject: [PATCH] chore: remove `workspace.package` from root `Cargo.toml` package versions should be defined in individual package manifests. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60d7c27..b55a25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ members = [ ] [workspace.package] -version = "0.0.4" edition = "2021" license = "MIT" publish = true