From e0cd1aa85d7fd14d839293f9b8575983a0476d51 Mon Sep 17 00:00:00 2001 From: Pavel Pscheidl Date: Sat, 26 Jul 2025 07:58:31 +0200 Subject: [PATCH] build: enum collections lib v1.7.0 --- enum-collections/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enum-collections/Cargo.toml b/enum-collections/Cargo.toml index 1669401..7ea6012 100644 --- a/enum-collections/Cargo.toml +++ b/enum-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enum-collections" -version = "1.6.0" +version = "1.7.0" edition = "2021" description = "Collections data structures optimized for Enum, initializable at runtime."