mirror of
https://github.com/Drop-OSS/native_model.git
synced 2026-01-30 20:55:19 +01:00
chore: update version to 0.4.18
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "native_model"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
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.32", features = [ "derive"] }
|
||||
thiserror = "1.0.59"
|
||||
anyhow = "1.0.82"
|
||||
native_model_macro = { version = "0.4.17", path = "native_model_macro" }
|
||||
native_model_macro = { version = "0.4.18", path = "native_model_macro" }
|
||||
|
||||
serde = { version = "1.0.200", features = ["derive"], optional = true }
|
||||
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "native_model_macro"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
|
||||
edition = "2018"
|
||||
description = "A procedural macro for native_model"
|
||||
|
||||
Reference in New Issue
Block a user