From 4ed8134ce04f6e67aa0a8224881d868c1796094e Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Thu, 10 Oct 2024 13:19:08 +0000 Subject: [PATCH] Release 0.2.24 This is to include https://github.com/coreos/bootupd/pull/740. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6b5c37..1243a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.23" +version = "0.2.24" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 2768207..3f01764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.23" +version = "0.2.24" authors = ["Colin Walters "] edition = "2021" rust-version = "1.75.0"