From b459f36a0303f71c1f04680202c5060a802f80ee Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 29 Jun 2024 20:43:51 +0300 Subject: [PATCH] macro_tools-v0.33.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 21f5d13437..f175a2ff47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,7 +279,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.32.0" +version = "~0.33.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 c0506c8eea..c73095c26c 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.32.0" +version = "0.33.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",