From b2c1c483852085e0fc06ad23d320d2f789e1ec60 Mon Sep 17 00:00:00 2001 From: wandalen Date: Fri, 22 Mar 2024 13:29:04 +0200 Subject: [PATCH] macro_tools-v0.23.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 48e1490763..41e5f30618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -250,7 +250,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.22.0" +version = "~0.23.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 3d837f3776..e6ba7e57a0 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.22.0" +version = "0.23.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",