diff --git a/Cargo.toml b/Cargo.toml index f175a2ff47..6c33dee472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -279,7 +279,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.33.0" +version = "~0.34.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 f47ff04f39..2e95dddff2 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.33.0" +version = "0.34.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",