From 93b53241a86e05955452602b809d7eb883d3947a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 17 Oct 2022 09:53:10 -0400 Subject: [PATCH] Release 0.28 Mainly to get the Anaconda-based handling out. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0acd3844..6a64a512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 148ff27a..a016bfe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.7" +version = "0.2.8" authors = ["Colin Walters "] edition = "2021" rust-version = "1.58.1"