From 934a78bb53077a73d24260ab53066880006e88f1 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 11 Dec 2025 10:26:50 -0800 Subject: [PATCH] Bump version for release Signed-off-by: James Sturtevant --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9ce6ed..d0fa481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "cargo-hyperlight" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index 772881d..b0dc20d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hyperlight" -version = "0.1.4" +version = "0.1.5" edition = "2024" license = "Apache-2.0" homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"