From 37c8891c0f6254b03ff641c628fcd187eb58629e Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:32:49 +0300 Subject: [PATCH] impls_index_meta-v0.7.0 --- Cargo.toml | 2 +- module/core/impls_index_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bca8b51bb0..5d8b9b99a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -220,7 +220,7 @@ path = "module/core/impls_index" default-features = false [workspace.dependencies.impls_index_meta] -version = "~0.6.0" +version = "~0.7.0" path = "module/core/impls_index_meta" [workspace.dependencies.mod_interface] diff --git a/module/core/impls_index_meta/Cargo.toml b/module/core/impls_index_meta/Cargo.toml index 3f32b836c6..d3b1c21a9f 100644 --- a/module/core/impls_index_meta/Cargo.toml +++ b/module/core/impls_index_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impls_index_meta" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",