From 45645638f2f5c2929a6ebcf9bef724856cca3fa5 Mon Sep 17 00:00:00 2001 From: wandalen Date: Tue, 26 Mar 2024 11:39:58 +0200 Subject: [PATCH] derive_tools_meta-v0.17.0 --- Cargo.toml | 2 +- module/core/derive_tools_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9bae29e730..950c6d8591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ default-features = false features = [ "enabled" ] [workspace.dependencies.derive_tools_meta] -version = "~0.16.0" +version = "~0.17.0" path = "module/core/derive_tools_meta" default-features = false features = [ "enabled" ] diff --git a/module/core/derive_tools_meta/Cargo.toml b/module/core/derive_tools_meta/Cargo.toml index 721c656948..7a3048a953 100644 --- a/module/core/derive_tools_meta/Cargo.toml +++ b/module/core/derive_tools_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_tools_meta" -version = "0.16.0" +version = "0.17.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",