From 12d8f2ac83c6b4c42702d920c1a33c73e6f05b92 Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:23:26 -0800 Subject: [PATCH] Bump version to 0.1.7 Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f011219..7fefcf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "cargo-hyperlight" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index 17ded62..d4b0c28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hyperlight" -version = "0.1.6" +version = "0.1.7" edition = "2024" license = "Apache-2.0" homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"