From 3c3c0a7145b83a8771a6f397e7c814c49054abf8 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:32:02 +0000 Subject: [PATCH] Release 0.5.3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/kit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a15b8f406..e03279f9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bcvk" -version = "0.5.2" +version = "0.5.3" dependencies = [ "base64", "bootc-mount", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index b80cf56a3..2e0b2e01b 100644 --- a/crates/kit/Cargo.toml +++ b/crates/kit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcvk" -version = "0.5.2" +version = "0.5.3" edition = "2021" publish = false