Skip to content

Commit c36d514

Browse files
RuoqingHeShadowCurse
authored andcommitted
chore: Move vmm-sys-util to workspace dependencies
Both `vm-superio` and `vm-superio-ser` depends on `vmm-sys-util`, let move it to `workspace.dependencies` to better manage it. Signed-off-by: Ruoqing He <[email protected]>
1 parent 74b5584 commit c36d514

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ members = [
33
"vm-superio",
44
"vm-superio-ser",
55
]
6+
7+
[workspace.dependencies]
8+
# rust-vmm crates
9+
vmm-sys-util = "0.12.0"

vm-superio-ser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ vm-superio = { version = "=0.8.0", path = "../vm-superio" }
2323

2424
[dev-dependencies]
2525
libc = "0.2.39"
26-
vmm-sys-util = "0.12.0"
26+
vmm-sys-util = { workspace = true }
2727
bincode = "1.3"

vm-superio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ edition = "2018"
1111

1212
[dev-dependencies]
1313
libc = "0.2.39"
14-
vmm-sys-util = "0.12.0"
14+
vmm-sys-util = { workspace = true }

0 commit comments

Comments
 (0)