From a96167c2462f81d766ba2128afbd09367494c0ad Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Tue, 1 Oct 2024 11:56:15 -0400 Subject: [PATCH] Update to 0.6.0 Signed-off-by: Tyler Fanelli --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae9ffcc..ea679fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "sevctl" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 8a9a2a7..fa40656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sevctl" -version = "0.5.0" +version = "0.6.0" authors = ["The Enarx/VirTEE Project Developers"] edition = "2018" license = "Apache-2.0"