From 2e9dfbf6cef1ff1e893ea195d75b05dd191f0b71 Mon Sep 17 00:00:00 2001 From: Martin Ockajak Date: Tue, 23 Jul 2024 15:17:30 +0200 Subject: [PATCH] Update build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08d3a0a..00ab012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cantrip" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Practical extension methods for standard Rust collections" authors = ["Martin Ockajak"]