From 35bd4e1a6452561c5e4efff81bf6563c010b82d6 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:35:25 +0300 Subject: [PATCH] diagnostics_tools-v0.8.0 --- Cargo.toml | 2 +- module/core/diagnostics_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd36366e39..9ca07ab2d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ default-features = false ## diagnostics [workspace.dependencies.diagnostics_tools] -version = "~0.7.0" +version = "~0.8.0" path = "module/core/diagnostics_tools" default-features = false diff --git a/module/core/diagnostics_tools/Cargo.toml b/module/core/diagnostics_tools/Cargo.toml index 81860cd1a5..5053a7402c 100644 --- a/module/core/diagnostics_tools/Cargo.toml +++ b/module/core/diagnostics_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diagnostics_tools" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",