diff --git a/Cargo.toml b/Cargo.toml index b7e12b0f02..024bbcf207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ default-features = false ## error [workspace.dependencies.error_tools] -version = "~0.12.0" +version = "~0.13.0" path = "module/core/error_tools" default-features = false diff --git a/module/core/error_tools/Cargo.toml b/module/core/error_tools/Cargo.toml index 2ef98cce7d..e1398d3d64 100644 --- a/module/core/error_tools/Cargo.toml +++ b/module/core/error_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "error_tools" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",