Skip to content

Commit 792678e

Browse files
committed
build: Incorporate rust-vmm crates in dev-dependencies
rust-vmm crates in `dev-dependencies` were left behind, make those to reference versions specified in workspace as well. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent e5e12ae commit 792678e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ tokio-uring = { version = "0.4.0", optional = true }
6161

6262
[dev-dependencies]
6363
tokio-test = "0.4.2"
64-
vmm-sys-util = "0.12.1"
65-
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
64+
vmm-sys-util = { workspace = true }
65+
vm-memory = { workspace = true, features = ["backend-mmap", "backend-bitmap"] }
6666

6767
[features]
6868
default = ["fusedev"]

0 commit comments

Comments
 (0)