From 527ce4b1b43e3c28ce66ecd585b07988cc0f9435 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 27 Oct 2025 22:44:21 -0400 Subject: [PATCH] sprout: version 0.0.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2273b55..c0c693b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index b863307..7cfea1e 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.12" +version = "0.0.13" homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"