Skip to content

Commit 0b9e9ef

Browse files
committed
build: Remove virtio-bindings
Signed-off-by: Ruoqing He <[email protected]>
1 parent e9c3095 commit 0b9e9ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ members = [
2525
[workspace.dependencies]
2626
# rust-vmm crates
2727
vhost = "0.14.0"
28-
virtio-bindings = "0.2.6"
2928
virtio-queue = "0.16.0"
3029
vm-memory = "0.16.1"
3130
vmm-sys-util = "0.14.0"
@@ -46,7 +45,6 @@ tokio = { version = "1", optional = true }
4645
tokio-uring = { version = "0.4.0", optional = true }
4746
vmm-sys-util = { workspace = true, optional = true }
4847
vm-memory = { workspace = true, features = ["backend-mmap"] }
49-
virtio-bindings = { workspace = true, optional = true }
5048
virtio-queue = { workspace = true, optional = true }
5149
vhost = { workspace = true, features = ["vhost-user","vhost-user-backend"], optional = true }
5250
versionize_derive = { version = "0.1.6", optional = true }

0 commit comments

Comments
 (0)