From f0a48332eb3ca9f3be42de4242edf014f10a503f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Oct 2023 22:29:28 +0000 Subject: [PATCH] chore: update version to 0.3.4 --- 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 5dba293..71ec7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.3.3" +version = "0.3.4" 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.6", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" -native_model_macro = { version = "0.3.3", path = "native_model_macro" } +native_model_macro = { version = "0.3.4", path = "native_model_macro" } [dev-dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/native_model_macro/Cargo.toml b/native_model_macro/Cargo.toml index 0488ef2..39587b8 100644 --- a/native_model_macro/Cargo.toml +++ b/native_model_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model_macro" -version = "0.3.3" +version = "0.3.4" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"