From bb4a5422e436bb6d0217567a76ea8235a6026660 Mon Sep 17 00:00:00 2001 From: tuguzT Date: Tue, 2 May 2023 21:25:16 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bcc240..483550a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlist2" -version = "0.0.6" +version = "0.0.7" edition = "2021" description = "Compile-time heterogeneous list implementation" authors = ["tuguzT "]