diff --git a/lachs/Cargo.toml b/lachs/Cargo.toml index 770e187..ea616f9 100644 --- a/lachs/Cargo.toml +++ b/lachs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lachs" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Louis Meyer (H1ghBre4k3r) "] license = "MIT" @@ -11,5 +11,5 @@ documentation = "https://docs.rs/lachs" [dependencies] colored = "2.1.0" -lachs_derive = { version = "0.1.0", path = "../lachs_derive/" } +lachs_derive = { version = "0.1.1", path = "../lachs_derive/" } regex = "1.11.1" diff --git a/lachs_derive/Cargo.toml b/lachs_derive/Cargo.toml index a1738ed..fe1fe29 100644 --- a/lachs_derive/Cargo.toml +++ b/lachs_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lachs_derive" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Louis Meyer (H1ghBre4k3r) "] license = "MIT"