diff --git a/Cargo.toml b/Cargo.toml index 5966abb..17d0fa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hlist2" -version = "0.0.10" +version = "0.0.11" edition = "2021" description = "Compile-time heterogeneous list implementation" authors = ["tuguzT "]