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 ",