From 7d9aae0d6cd052a2596a60f26560f32533d75b30 Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Tue, 19 Nov 2024 16:35:21 +0800 Subject: [PATCH] Release v0.2.25 See https://github.com/coreos/bootupd/issues/779 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6399bb5..00542ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.24" +version = "0.2.25" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 9034ab1b..679e9e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.24" +version = "0.2.25" authors = ["Colin Walters "] edition = "2021" rust-version = "1.75.0"