chore: update version to 0.6.1

This commit is contained in:
semantic-release-bot
2024-11-14 16:02:20 +00:00
parent 36e1706174
commit 6a36e6b0bf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "native_model"
version = "0.6.0"
version = "0.6.1"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
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.8.0", features = [ "derive"] }
thiserror = "2.0.0"
anyhow = "1.0.82"
native_model_macro = { version = "0.6.0", path = "native_model_macro" }
native_model_macro = { version = "0.6.1", path = "native_model_macro" }
serde = { version = "1.0.200", features = ["derive"], optional = true }
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "native_model_macro"
version = "0.6.0"
version = "0.6.1"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "A procedural macro for native_model"