From 62ef6db5ea30ab001b5b1223604d3ad8364befa6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Jan 2024 03:39:40 +0000 Subject: [PATCH] chore: update version to 0.4.11 --- libraries/native_model/Cargo.toml | 4 ++-- libraries/native_model/native_model_macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 07803c00..42d7fa5f 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.4.10" +version = "0.4.11" 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.7.32", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" -native_model_macro = { version = "0.4.10", path = "native_model_macro" } +native_model_macro = { version = "0.4.11", path = "native_model_macro" } serde = { version = "1.0", features = ["derive"], optional = true } bincode_1_3 = { package = "bincode", version = "1.3", optional = true } diff --git a/libraries/native_model/native_model_macro/Cargo.toml b/libraries/native_model/native_model_macro/Cargo.toml index 4f3204eb..acb64b5c 100644 --- a/libraries/native_model/native_model_macro/Cargo.toml +++ b/libraries/native_model/native_model_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model_macro" -version = "0.4.10" +version = "0.4.11" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"