From 0274c15e6a676088eca152d03e8e8ef1bac3ad11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 13:59:25 +0000 Subject: [PATCH] chore: update version to 0.4.15 --- 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 3d7767b..6f1b681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.4.14" +version = "0.4.15" 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.82" -native_model_macro = { version = "0.4.14", path = "native_model_macro" } +native_model_macro = { version = "0.4.15", path = "native_model_macro" } serde = { version = "1.0", 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 0fba57c..9c18ae4 100644 --- a/native_model_macro/Cargo.toml +++ b/native_model_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model_macro" -version = "0.4.14" +version = "0.4.15" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"