Skip to content

Commit

Permalink
Cargo.toml: fix taplo format
Browse files Browse the repository at this point in the history
Signed-off-by: Muminul Islam <[email protected]>
  • Loading branch information
russell-islam committed Jan 30, 2025
1 parent acd6030 commit d807d1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[target.aarch64-unknown-linux-musl]
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]

rustflags = ["-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[workspace]
members = [
"mshv-bindings",
"mshv-ioctls",
]
members = ["mshv-bindings", "mshv-ioctls"]
resolver = "2"
4 changes: 3 additions & 1 deletion mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description = "Safe wrappers over MSHV ioctl"

[dependencies]
libc = ">=0.2.39"
mshv-bindings = {version = "=0.3.2", path = "../mshv-bindings", features = ["fam-wrappers"]}
mshv-bindings = { version = "=0.3.2", path = "../mshv-bindings", features = [
"fam-wrappers",
] }
thiserror = "2.0"
vmm-sys-util = ">=0.12.1"

0 comments on commit d807d1c

Please sign in to comment.