From 57301db1e446ae387b6b0cb03501ef9170785e0b Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Thu, 31 Jul 2025 10:28:17 +0200 Subject: [PATCH] Bump version to 0.2.4 Signed-off-by: Sergio Lopez --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8933ac6..f66028d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -217,7 +217,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "krunvm" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index dec77b6..1462c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krunvm" -version = "0.2.3" +version = "0.2.4" authors = ["Sergio Lopez "] description = "Create microVMs from OCI images" repository = "https://github.com/containers/krunvm"