mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Consolidate UUID crate to workspace
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -130,4 +130,5 @@ serde_json = "1.0.120"
|
|||||||
|
|
||||||
# other crates
|
# other crates
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
|
uuid = { version = "1.17.0" }
|
||||||
zerocopy = { version = "0.8.24", default-features = false }
|
zerocopy = { version = "0.8.24", default-features = false }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
|
|||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
uuid = "1.17.0"
|
uuid = { workspace = true }
|
||||||
vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] }
|
vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] }
|
||||||
vm-migration = { path = "../vm-migration" }
|
vm-migration = { path = "../vm-migration" }
|
||||||
vmm-sys-util = { workspace = true, features = ["with-serde"] }
|
vmm-sys-util = { workspace = true, features = ["with-serde"] }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ remain = "0.2.14"
|
|||||||
serde = { version = "1.0.208", features = ["derive"] }
|
serde = { version = "1.0.208", features = ["derive"] }
|
||||||
smallvec = "1.13.2"
|
smallvec = "1.13.2"
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
uuid = { version = "1.17.0", features = ["v4"] }
|
uuid = { workspace = true }
|
||||||
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
|
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
|
||||||
virtio-queue = { workspace = true }
|
virtio-queue = { workspace = true }
|
||||||
vm-memory = { workspace = true, features = [
|
vm-memory = { workspace = true, features = [
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ serial_buffer = { path = "../serial_buffer" }
|
|||||||
signal-hook = "0.3.18"
|
signal-hook = "0.3.18"
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
tracer = { path = "../tracer" }
|
tracer = { path = "../tracer" }
|
||||||
uuid = "1.17.0"
|
uuid = { workspace = true }
|
||||||
vfio-ioctls = { workspace = true, default-features = false }
|
vfio-ioctls = { workspace = true, default-features = false }
|
||||||
vfio_user = { workspace = true }
|
vfio_user = { workspace = true }
|
||||||
virtio-bindings = { workspace = true }
|
virtio-bindings = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user