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 ",