Skip to content

Commit

Permalink
fix: set version per cargo package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jul 2, 2024
1 parent af6e6d0 commit 430b58e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ license = { workspace = true }
path = ""

[workspace.package]
version = "0.1.1"
authors = ["LogCraft <dev@logcraft.io>"]
edition = "2021"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sentinel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion splunk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 430b58e

Please sign in to comment.