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 "]