diff --git a/Cargo.toml b/Cargo.toml index 8537ae6..6094566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.6.3" +version = "0.6.4" authors = ["Vincent Herlemont ", "quexeky "] edition = "2021" description = "A thin wrapper around serialized data which add information of identity and version." diff --git a/native_model_macro/Cargo.toml b/native_model_macro/Cargo.toml index c734966..fd89088 100644 --- a/native_model_macro/Cargo.toml +++ b/native_model_macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "native_model_macro" -version = "0.6.2" -authors = ["Vincent Herlemont "] +version = "0.6.4" +authors = ["Vincent Herlemont ", "quexeky "] edition = "2018" description = "A procedural macro for native_model" license = "MIT"