From 51079fb19ed53776c37a044e0ffd3a7062168a01 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 29 Jun 2024 20:43:21 +0300 Subject: [PATCH] collection_tools-v0.10.0 --- Cargo.toml | 2 +- module/core/collection_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90936a8ac7..f32232fd24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ default-features = false features = [ "enabled" ] [workspace.dependencies.collection_tools] -version = "~0.9.0" +version = "~0.10.0" path = "module/core/collection_tools" default-features = false diff --git a/module/core/collection_tools/Cargo.toml b/module/core/collection_tools/Cargo.toml index bb7609b9c9..03659868ad 100644 --- a/module/core/collection_tools/Cargo.toml +++ b/module/core/collection_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "collection_tools" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",