Skip to content

Commit 37b0a24

Browse files
slpSamuel Ortiz
authored andcommitted
Reorder dependencies in Cargo.toml
Put depedencies in alphabetical order in Cargo.toml Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent 796677d commit 37b0a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license = "Apache-2.0"
99
epoll = ">=4.0.1"
1010
libc = ">=0.2.39"
1111
log = ">=0.4.6"
12+
vhost_rs = { git = "https://github.com/rust-vmm/vhost", package = "vhost", features = ["vhost-user-slave"] }
1213
virtio-bindings = "0.1.0"
1314
vm-memory = {version = ">=0.2.0", features = ["backend-mmap", "backend-atomic"]}
1415
vm-virtio = { git = "https://github.com/rust-vmm/vm-virtio" }
1516
vmm-sys-util = ">=0.3.1"
16-
vhost_rs = { git = "https://github.com/rust-vmm/vhost", package = "vhost", features = ["vhost-user-slave"] }

0 commit comments

Comments
 (0)