From 91d21f74a6d440580955fe4673cc86e3d4871353 Mon Sep 17 00:00:00 2001 From: Matisse Brard Date: Tue, 2 Jul 2024 17:56:53 +0200 Subject: [PATCH] fix: set version per cargo package --- Cargo.toml | 1 - sentinel/Cargo.toml | 2 +- splunk/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed642b1..333e6ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ license = { workspace = true } path = "" [workspace.package] -version = "0.1.1" authors = ["LogCraft "] edition = "2021" license = "MPL-2.0" diff --git a/sentinel/Cargo.toml b/sentinel/Cargo.toml index f1110e7..d1cb73a 100644 --- a/sentinel/Cargo.toml +++ b/sentinel/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "sentinel" description = "LogCraft CLI Sentinel plugin" -version.workspace = true +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/splunk/Cargo.toml b/splunk/Cargo.toml index a5b6a6b..bcb9442 100644 --- a/splunk/Cargo.toml +++ b/splunk/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "splunk" description = "LogCraft CLI Splunk plugin" -version.workspace = true +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true