From 67f68a228dbefb71eee78197163c54f1b1cb9f27 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 18 Dec 2020 13:07:40 +0100 Subject: [PATCH] (cargo-release) version 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b7a8235..8873d1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microvmi" -version = "0.1.9" +version = "0.1.10" authors = ["Mathieu Tarral "] edition = "2018" description = "A cross-platform, unified, low-level VM introspection API supporting multiple hypervisors"