From 3087304d543a8f2187b53b2afa3d2f2057b69342 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Sep 2023 11:40:01 +0000 Subject: [PATCH] chore: update version to 0.2.2 --- 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 4cc9f0a..7b263e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model" -version = "0.2.1" +version = "0.2.2" 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.3", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" -native_model_macro = { version = "0.2.1", path = "native_model_macro" } +native_model_macro = { version = "0.2.2", 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 6144865..c3ca292 100644 --- a/native_model_macro/Cargo.toml +++ b/native_model_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native_model_macro" -version = "0.2.1" +version = "0.2.2" authors = ["Vincent Herlemont "] edition = "2018" description = "A procedural macro for native_model"