diff --git a/Cargo.lock b/Cargo.lock index 3d02394..13af43c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "krunkit" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d608884..db8f933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krunkit" -version = "0.1.0" +version = "0.1.1" authors = ["Tyler Fanelli "] edition = "2021" description = "CLI tool to start VMs with libkrun"