diff --git a/Cargo.toml b/Cargo.toml index 9ca07ab2d0..c7ef144adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,7 @@ features = [ "enabled" ] ## mem [workspace.dependencies.mem_tools] -version = "~0.5.0" +version = "~0.6.0" path = "module/core/mem_tools" default-features = false diff --git a/module/core/mem_tools/Cargo.toml b/module/core/mem_tools/Cargo.toml index 43d80a2e3a..08bc56fc1a 100644 --- a/module/core/mem_tools/Cargo.toml +++ b/module/core/mem_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mem_tools" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",