chore: update version to 0.3.24
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "native_model"
|
name = "native_model"
|
||||||
version = "0.3.23"
|
version = "0.3.24"
|
||||||
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
|
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A thin wrapper around serialized data which add information of identity and version."
|
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.26", features = [ "derive"] }
|
zerocopy = { version = "0.7.26", features = [ "derive"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
native_model_macro = { version = "0.3.23", path = "native_model_macro" }
|
native_model_macro = { version = "0.3.24", path = "native_model_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "native_model_macro"
|
name = "native_model_macro"
|
||||||
version = "0.3.23"
|
version = "0.3.24"
|
||||||
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
|
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A procedural macro for native_model"
|
description = "A procedural macro for native_model"
|
||||||
|
|||||||
Reference in New Issue
Block a user