From a91b422cbd53116df1f20b2459fb3d8257458bfd Mon Sep 17 00:00:00 2001 From: quexeky Date: Tue, 26 Aug 2025 10:47:51 +1000 Subject: [PATCH] chore: Version bump Signed-off-by: quexeky --- Cargo.toml | 2 +- native_model_macro/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"