From 6027206242e9ef5b582893ada62d46cc985faed0 Mon Sep 17 00:00:00 2001 From: danbugs Date: Tue, 26 May 2026 19:05:36 +0000 Subject: [PATCH] chore: bump version to 0.8.0 Signed-off-by: danbugs --- host/Cargo.lock | 2 +- host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/Cargo.lock b/host/Cargo.lock index c6b06a4..2eb902c 100644 --- a/host/Cargo.lock +++ b/host/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "hyperlight-unikraft-host" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "base64", diff --git a/host/Cargo.toml b/host/Cargo.toml index 552acc7..9b8a16b 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlight-unikraft-host" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "Embedded Hyperlight host for running Unikraft unikernels" license = "MIT OR Apache-2.0"