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