From 796d35fa10514654863de25cdf03ce383eccd638 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 19 Mar 2020 15:19:14 +0000 Subject: [PATCH] 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 --- Cargo.toml | 2 +- coverage_config_aarch64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ba0e36e..32151a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ elf = [] bzimage = [] [dependencies] -vm-memory = {version = "0.1.0", features = ["backend-mmap"]} +vm-memory = {version = "0.2.0", features = ["backend-mmap"]} diff --git a/coverage_config_aarch64.json b/coverage_config_aarch64.json index 70ee9da9..b1b035d8 100644 --- a/coverage_config_aarch64.json +++ b/coverage_config_aarch64.json @@ -1,5 +1,5 @@ { - "coverage_score": 70.9, + "coverage_score": 71.4, "exclude_path": "", "crate_features": "" }