From f0812877051cb80c1c675cc66a72a9e97d1920f2 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 29 Jun 2024 20:43:08 +0300 Subject: [PATCH] iter_tools-v0.19.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 648286d4d3..90936a8ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,7 +201,7 @@ default-features = false ## iter [workspace.dependencies.iter_tools] -version = "~0.18.0" +version = "~0.19.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 8e288271af..325f99868c 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.18.0" +version = "0.19.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",