From 49cd5cbd8c5cf7a5bfc3ee19ec85dd145441244f Mon Sep 17 00:00:00 2001 From: Pavel Pscheidl Date: Sun, 26 May 2024 10:11:36 +0200 Subject: [PATCH] build(enum-collections): v1.5.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 ff5b1ef..c8a2960 100644 --- a/enum-collections/Cargo.toml +++ b/enum-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enum-collections" -version = "1.4.1" +version = "1.5.0" edition = "2021" description = "Collections data structures optimized for Enum, initializable at runtime."