From e213aeff5b38de95460aaffd0a06df4c497ea72d Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 29 Jun 2024 21:06:07 +0300 Subject: [PATCH] macro_tools-v0.36.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 ba21d77c66..39cbc2a771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,7 +279,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.35.0" +version = "~0.36.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 ac56bfeb9d..95852b2680 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.35.0" +version = "0.36.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",