From ee5041e75527e5cf7c9aeb2bebf8393b5561b59b Mon Sep 17 00:00:00 2001 From: tuguzT Date: Mon, 2 Sep 2024 12:25:40 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87b8f21..1be3c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlist2" -version = "0.0.14" +version = "0.0.15" edition = "2021" description = "Compile-time heterogeneous list implementation" authors = ["tuguzT "]