From 3844d8b175e9bda1ce29472c7fe8a5ab9e525fcc Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Tue, 16 Jan 2024 17:28:37 -0800 Subject: [PATCH] chore: Release vmtest version 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10384f8..b00f052 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,7 +755,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vmtest" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 99bd8ef..c21e9d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Daniel Xu "] description = "Helps run your tests in virtual machines" repository = "https://github.com/danobi/vmtest" readme = "README.md" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" rust-version = "1.70.0"