From e2d53a095f8f9b7e85bf42bd8133b8058834c3f0 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:33:11 +0300 Subject: [PATCH] data_type-v0.7.0 --- Cargo.toml | 2 +- module/core/data_type/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d03441f98..c0d5a74404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ path = "module/alias/std_x" ## data_type [workspace.dependencies.data_type] -version = "~0.6.0" +version = "~0.7.0" path = "module/core/data_type" default-features = false diff --git a/module/core/data_type/Cargo.toml b/module/core/data_type/Cargo.toml index e582c002a6..dcbfb7b947 100644 --- a/module/core/data_type/Cargo.toml +++ b/module/core/data_type/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "data_type" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",