diff --git a/Cargo.toml b/Cargo.toml index 4bc24c0a32..c3ae585eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -375,7 +375,7 @@ default-features = false ## process tools [workspace.dependencies.process_tools] -version = "~0.7.0" +version = "~0.8.0" path = "module/core/process_tools" default-features = false diff --git a/module/core/process_tools/Cargo.toml b/module/core/process_tools/Cargo.toml index cac87e2303..8b43896373 100644 --- a/module/core/process_tools/Cargo.toml +++ b/module/core/process_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "process_tools" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",