From 239c25317abd7bba1c0c3019f26fba6eb0a08d44 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:32:35 +0300 Subject: [PATCH] macro_tools-v0.24.0 --- Cargo.toml | 2 +- module/core/macro_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecc6ab9b83..bca8b51bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.23.0" +version = "~0.24.0" path = "module/core/macro_tools" default-features = false diff --git a/module/core/macro_tools/Cargo.toml b/module/core/macro_tools/Cargo.toml index e6ba7e57a0..f52852c399 100644 --- a/module/core/macro_tools/Cargo.toml +++ b/module/core/macro_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macro_tools" -version = "0.23.0" +version = "0.24.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",