diff --git a/Cargo.lock b/Cargo.lock index 8531a28..f251180 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,7 +910,7 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lgc-plugins" -version = "0.1.1" +version = "0.0.0" [[package]] name = "libc" @@ -1301,7 +1301,7 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "sentinel" -version = "0.1.1" +version = "0.1.0" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 333e6ad..bf1abe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ path = "" [workspace.package] authors = ["LogCraft "] +version = "0.0.0" edition = "2021" license = "MPL-2.0" homepage = "https://www.logcraft.io"