From 32d4f6fd5ecfeed9d4bc6e83d3f53fb4c7cd9cd2 Mon Sep 17 00:00:00 2001 From: wandalen Date: Fri, 16 Aug 2024 21:17:53 +0300 Subject: [PATCH] derive_tools-v0.27.0 --- Cargo.toml | 2 +- module/core/derive_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 172f968404..e73aec4c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ default-features = false ## derive [workspace.dependencies.derive_tools] -version = "~0.26.0" +version = "~0.27.0" path = "module/core/derive_tools" default-features = false features = [ "enabled" ] diff --git a/module/core/derive_tools/Cargo.toml b/module/core/derive_tools/Cargo.toml index 4cd1f0d639..3d8f47c0cc 100644 --- a/module/core/derive_tools/Cargo.toml +++ b/module/core/derive_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_tools" -version = "0.26.0" +version = "0.27.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",