diff --git a/Cargo.toml b/Cargo.toml index b9e9254..9d10650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlist2" -version = "0.0.12" +version = "0.0.13" edition = "2021" description = "Compile-time heterogeneous list implementation" authors = ["tuguzT "]