From a2422f776c6f274b56197d183fd0d724f788b1e2 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Wed, 3 Apr 2024 19:11:43 +0200 Subject: [PATCH] bump version number to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcadddb..f5ffa98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iter_accumulate" -version = "0.1.0" +version = "1.0.0" authors = ["Niklas Elsbrock "] edition = "2021" description = "An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration"