From 3b5082069649ef71a813a8745f708ef66b22e103 Mon Sep 17 00:00:00 2001 From: aaron-jack-manning Date: Fri, 17 Jun 2022 22:04:20 +1000 Subject: [PATCH] 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3c417f..8219ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazy-seq" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A crate for constructing lazily evaluated sequences." license = "MIT OR Apache-2.0"