From eb5deba246cc763ea9ee5a01421686bb64b68829 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 16:21:12 +0000 Subject: [PATCH] chore: update version to 0.3.21 --- 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 0f2ff9b8..f5c9ad40 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.3.20" +version = "0.3.21" 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.23", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" -native_model_macro = { version = "0.3.20", path = "native_model_macro" } +native_model_macro = { version = "0.3.21", path = "native_model_macro" } [dev-dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/libraries/native_model/native_model_macro/Cargo.toml b/libraries/native_model/native_model_macro/Cargo.toml index 80090e0a..79ebd0d3 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.3.20" +version = "0.3.21" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"