chore: update version to 0.3.14

This commit is contained in:
semantic-release-bot
2023-10-25 00:31:44 +00:00
parent 48573bd545
commit df4ccfa57e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "native_model"
version = "0.3.13"
version = "0.3.14"
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.7.14", features = [ "derive"] }
thiserror = "1.0"
anyhow = "1.0"
native_model_macro = { version = "0.3.13", path = "native_model_macro" }
native_model_macro = { version = "0.3.14", path = "native_model_macro" }
[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
@@ -1,6 +1,6 @@
[package]
name = "native_model_macro"
version = "0.3.13"
version = "0.3.14"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "A procedural macro for native_model"