From 9880a3e9b879265bc0e035e7862130570f55395d Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Wed, 1 Nov 2023 21:21:16 -0700 Subject: [PATCH] chore: Release vmtest version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e979e91..8c50f92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,7 +784,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vmtest" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ef4d6a1..a4765d3 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.8.3" +version = "0.9.0" edition = "2021" license = "Apache-2.0" rust-version = "1.70.0"