Skip to content

Commit a69ac56

Browse files
jinankjainrussell-islam
authored andcommitted
misc: Format all the toml files using taplo
Taplo is the standard tool to fmt toml across various open source projects and we should do the same for vfio. Signed-off-by: Jinank Jain <[email protected]>
1 parent 1abcc2f commit a69ac56

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[target.aarch64-unknown-linux-musl]
2-
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
2+
rustflags = ["-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]

vfio-user/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ serde = { version = "1.0.151", features = ["rc"] }
1818
serde_derive = "1.0.149"
1919
serde_json = "1.0.93"
2020
thiserror = "2.0.12"
21-
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings", features = ["fam-wrappers"] }
22-
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }
21+
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings", features = [
22+
"fam-wrappers",
23+
] }
24+
vm-memory = { version = "0.16.0", features = [
25+
"backend-mmap",
26+
"backend-atomic",
27+
] }
2328
vmm-sys-util = { workspace = true }
2429

2530
[dev-dependencies]

0 commit comments

Comments
 (0)