diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 8537ae6a..60945665 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/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/libraries/native_model/native_model_macro/Cargo.toml b/libraries/native_model/native_model_macro/Cargo.toml index c7349663..fd89088c 100644 --- a/libraries/native_model/native_model_macro/Cargo.toml +++ b/libraries/native_model/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"