From 95fd684ad76cf1d356fe2f9f53153f5484aa0ad9 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 8 May 2024 10:10:07 +0100 Subject: [PATCH] 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 --- pci/Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 72fbaa9eb..4c4296638 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -13,16 +13,15 @@ mshv = ["vfio-ioctls/mshv"] anyhow = "1.0.81" byteorder = "1.5.0" 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 = [ "fam-wrappers", ] } 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" } - -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-device = { path = "../vm-device" } vm-memory = { version = "0.14.1", features = [