From afdf0c937118bc5aa41f7974901a96e15db69af7 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Thu, 16 Mar 2023 23:28:55 +0100 Subject: [PATCH] chore: Release peekmore version 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 539419c..dcf1028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peekmore" -version = "1.1.0" +version = "1.2.0" authors = ["Martijn Gribnau "] description = "Iterator adapter like Peekable, but for peeking forward multiple elements" edition = "2018"