From 5a298e6550f06fd1bf82b1d727c84a8b5035569c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 15 Dec 2020 01:11:18 +0000 Subject: [PATCH] Release 0.2.4 Mainly internal cleanups, plus support for a read-only `/boot` and `/boot/efi`. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00600db..28d2516f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index ecbb6d7b..0d6f619a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.3" +version = "0.2.4" authors = ["Colin Walters "] edition = "2018"