From 2ca0d3067562cb713b53757d2ba42e6d546817f0 Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Tue, 27 Aug 2024 09:41:47 +0800 Subject: [PATCH] Release 0.2.21 See https://github.com/coreos/bootupd/issues/712 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e887ee83..b627181e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.20" +version = "0.2.21" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 2b3e8f5c..302bea36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.20" +version = "0.2.21" authors = ["Colin Walters "] edition = "2021" rust-version = "1.75.0"