misc: Move zerocopy to workspace dependencies

Since it is used by multiple components at this point, it is better to
move it to workspace level dependency.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain
2025-06-03 10:53:51 +05:30
parent d6ed74b5b8
commit 6f56ef9a36
3 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ vm-memory = { workspace = true, features = [
"backend-mmap",
] }
vmm-sys-util = { workspace = true, features = ["with-serde"] }
zerocopy = { version = "0.8.24", features = ["derive"] }
zerocopy = { workspace = true, features = ["derive"] }
[target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86]
default-features = false