From d340fb8041864f565c59f156d5f9a36c8162f2b6 Mon Sep 17 00:00:00 2001 From: zignis Date: Sat, 8 Jun 2024 19:33:43 +0530 Subject: [PATCH] bump version --- bit_roles/Cargo.toml | 4 ++-- bit_roles_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bit_roles/Cargo.toml b/bit_roles/Cargo.toml index 8365c14..297e43b 100644 --- a/bit_roles/Cargo.toml +++ b/bit_roles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bit_roles" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["zignis "] license = "MIT" @@ -13,4 +13,4 @@ readme = "../README.md" [dependencies] thiserror = "1.0.58" -bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.1" } \ No newline at end of file +bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.2" } \ No newline at end of file diff --git a/bit_roles_macros/Cargo.toml b/bit_roles_macros/Cargo.toml index 0922179..b98db6c 100644 --- a/bit_roles_macros/Cargo.toml +++ b/bit_roles_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bit_roles_macros" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["zignis "] license = "MIT"