mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
pci: Remove extra whitespace line from Cargo.toml
This was preventing the Cargo.toml formatter (taplo) from correctly alphabetically ordering. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
ce8e76cf94
commit
95fd684ad7
@ -13,16 +13,15 @@ mshv = ["vfio-ioctls/mshv"]
|
|||||||
anyhow = "1.0.81"
|
anyhow = "1.0.81"
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
hypervisor = { path = "../hypervisor" }
|
hypervisor = { path = "../hypervisor" }
|
||||||
|
libc = "0.2.153"
|
||||||
|
log = "0.4.21"
|
||||||
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
|
thiserror = "1.0.60"
|
||||||
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = [
|
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = [
|
||||||
"fam-wrappers",
|
"fam-wrappers",
|
||||||
] }
|
] }
|
||||||
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
|
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
|
||||||
vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" }
|
vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" }
|
||||||
|
|
||||||
libc = "0.2.153"
|
|
||||||
log = "0.4.21"
|
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
|
||||||
thiserror = "1.0.60"
|
|
||||||
vm-allocator = { path = "../vm-allocator" }
|
vm-allocator = { path = "../vm-allocator" }
|
||||||
vm-device = { path = "../vm-device" }
|
vm-device = { path = "../vm-device" }
|
||||||
vm-memory = { version = "0.14.1", features = [
|
vm-memory = { version = "0.14.1", features = [
|
||||||
|
Loading…
Reference in New Issue
Block a user