From a5268c9aada065f451b9888361223a8b81a81dfe Mon Sep 17 00:00:00 2001 From: H1ghBre4k3r Date: Mon, 28 Oct 2024 01:19:16 +0100 Subject: [PATCH] chore: bump version to v0.1.1 --- lachs/Cargo.toml | 4 ++-- lachs_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"