From 6a36e6b0bff18acbd1ac3cc5d67e24dfce99fd05 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 16:02:20 +0000 Subject: [PATCH] chore: update version to 0.6.1 --- Cargo.toml | 4 ++-- native_model_macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0abc1a7..5b53eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.6.0" +version = "0.6.1" authors = ["Vincent Herlemont "] edition = "2021" description = "A thin wrapper around serialized data which add information of identity and version." @@ -18,7 +18,7 @@ members = ["native_model_macro"] zerocopy = { version = "0.8.0", features = [ "derive"] } thiserror = "2.0.0" anyhow = "1.0.82" -native_model_macro = { version = "0.6.0", path = "native_model_macro" } +native_model_macro = { version = "0.6.1", path = "native_model_macro" } serde = { version = "1.0.200", features = ["derive"], optional = true } bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true } diff --git a/native_model_macro/Cargo.toml b/native_model_macro/Cargo.toml index aa4ae76..56d3a10 100644 --- a/native_model_macro/Cargo.toml +++ b/native_model_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model_macro" -version = "0.6.0" +version = "0.6.1" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"