diff --git a/Cargo.lock b/Cargo.lock index 0cae478..eee30f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -976,7 +976,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vmtest" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f9618d6..8e4820f 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.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" rust-version = "1.70.0"