From 700f1605f4626f1abf585bf031edfa13bd577ee0 Mon Sep 17 00:00:00 2001 From: wandalen Date: Fri, 22 Mar 2024 13:29:15 +0200 Subject: [PATCH] iter_tools-v0.15.0 --- Cargo.toml | 2 +- module/core/iter_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41e5f30618..5e63d25509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ default-features = false ## iter [workspace.dependencies.iter_tools] -version = "~0.14.0" +version = "~0.15.0" path = "module/core/iter_tools" default-features = false diff --git a/module/core/iter_tools/Cargo.toml b/module/core/iter_tools/Cargo.toml index 9da74fa445..9c5790abbc 100644 --- a/module/core/iter_tools/Cargo.toml +++ b/module/core/iter_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iter_tools" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",