From 5741833f50dfd6d112d67758714ea54026480f68 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 20 Oct 2023 09:22:33 -0400 Subject: [PATCH] Release 0.1.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59ef42a9..7587d59b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "bootupd" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 45c42edc..e5f0bf4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bootupd" description = "Bootloader updater" license = "Apache-2.0" -version = "0.2.11" +version = "0.2.12" authors = ["Colin Walters "] edition = "2021" rust-version = "1.70.0"