diff --git a/Cargo.lock b/Cargo.lock index f5cd23b..7ac8040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "krunkit" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 33b68b7..abd8d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krunkit" -version = "1.3.1" +version = "1.3.2" authors = ["The krunkit Authors"] edition = "2021" description = "CLI tool to start VMs with libkrun"