From a10a5cb342d43e6f3ec56cd8be110b30785c1581 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 27 Oct 2025 04:00:37 -0400 Subject: [PATCH] sprout: version 0.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f866c47..0bbb6f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index 9c6d833..77f2168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "edera-sprout" description = "Modern UEFI bootloader" license = "Apache-2.0" -version = "0.0.10" +version = "0.0.11" homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"