From 5cc1e73e5242c9e600dcc8e7785b1b44811d6011 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 28 Oct 2019 15:04:07 -0700 Subject: [PATCH] Fix Cargo.lock Signed-off-by: Sebastien Boeuf --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index aa89ebaca..ed423cf3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "cloud-hypervisor" -version = "0.1.0" +version = "0.3.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "credibility 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",