From e096f8e236abc37420e72f27a3ce5b0d1ae21ac9 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Fri, 24 Oct 2025 14:53:17 -0700 Subject: [PATCH] sprout: version 0.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01c80df..88f6483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index 40b688d..0a40312 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.7" +version = "0.0.8" homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"