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
+1 -1
View File
@@ -84,4 +84,4 @@ vm-migration = { path = "../vm-migration" }
vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = { workspace = true, features = ["with-serde"] }
zbus = { version = "4.4.0", optional = true }
zerocopy = { version = "0.8.24", features = ["alloc", "derive"] }
zerocopy = { workspace = true, features = ["alloc", "derive"] }