Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit b061635

Browse files
committed
backend: Set remote dependency branch as main
The builds are failing since the the remote branch's name is changed to main from master. Fix it. Signed-off-by: Viresh Kumar <[email protected]>
1 parent 5dde7f1 commit b061635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libc = ">=0.2.39"
1313
log = ">=0.4.6"
1414
vhost = { version = "0.1", features = ["vhost-user-slave"] }
1515
virtio-bindings = "0.1"
16-
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio" }
16+
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", branch = "main" }
1717
vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic"]}
1818
vmm-sys-util = "0.8"
1919

0 commit comments

Comments
 (0)