Skip to content

Commit 796d35f

Browse files
committed
build: Bump the minimum version of vm-memory
"0.1.0" means every version >= 0.1.0 < 0.2.0 but this breaks as the latest vm-memory release is 0.2.0. ARM coverage also increased. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
1 parent 0ce5bfa commit 796d35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ elf = []
1111
bzimage = []
1212

1313
[dependencies]
14-
vm-memory = {version = "0.1.0", features = ["backend-mmap"]}
14+
vm-memory = {version = "0.2.0", features = ["backend-mmap"]}

coverage_config_aarch64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 70.9,
2+
"coverage_score": 71.4,
33
"exclude_path": "",
44
"crate_features": ""
55
}

0 commit comments

Comments
 (0)