From ed1dae1c294eb893ea4ce915e1c842eea284e6c0 Mon Sep 17 00:00:00 2001 From: quexeky Date: Mon, 25 Aug 2025 08:42:35 +1000 Subject: [PATCH] chore: Version bump Signed-off-by: quexeky --- libraries/native_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 413eb9ca..8537ae6a 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.6.2" +version = "0.6.3" authors = ["Vincent Herlemont ", "quexeky "] edition = "2021" description = "A thin wrapper around serialized data which add information of identity and version."