From 354b5ec130b6d0683611ef8904e4fe3be02c7177 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 19 Oct 2025 21:05:19 -0700 Subject: [PATCH] sprout: v0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1a139d..575f306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index 599305c..8e652b3 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.2" +version = "0.0.3" homepage = "https://github.com/edera-dev/sprout" repository = "https://github.com/edera-dev/sprout" edition = "2024"