From e65468ddffee4ac0beb7fe08955f7631e7518254 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 13 Jan 2023 16:50:39 -0500 Subject: [PATCH] Release 0.2.9 Mainly because bootc work depends on the new EFI handling. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 551b33ff..347d85af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 4b9f88f0..737ece48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.8" +version = "0.2.9" authors = ["Colin Walters "] edition = "2021" rust-version = "1.58.1"