diff --git a/Cargo.lock b/Cargo.lock index 776b916..ce7c84e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vmtest" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 960a4b4..67f711b 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.7.1" +version = "0.8.0" edition = "2021" license = "Apache-2.0" rust-version = "1.70.0"