From 04cc02b44879ead25ca9f0d7bc4b2918c8279b5a Mon Sep 17 00:00:00 2001 From: tuguzT Date: Sun, 30 Apr 2023 08:30:37 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2fece5..7bcc240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlist2" -version = "0.0.5" +version = "0.0.6" edition = "2021" description = "Compile-time heterogeneous list implementation" authors = ["tuguzT "]