mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 16:02:52 +10:00
fix(deps): update rust crate zerocopy to 0.7.20
This commit is contained in:
@@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "rust-patterns"]
|
|||||||
members = ["native_model_macro"]
|
members = ["native_model_macro"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zerocopy = { version = "0.7.19", features = [ "derive"] }
|
zerocopy = { version = "0.7.20", features = [ "derive"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
native_model_macro = { version = "0.3.18", path = "native_model_macro" }
|
native_model_macro = { version = "0.3.18", path = "native_model_macro" }
|
||||||
|
|||||||
Reference in New Issue
Block a user