From e3cdab80ebd60936fd5500be9a1d0a7890ff8a2d Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Mon, 10 Jun 2024 22:18:40 -0400 Subject: [PATCH] Update to 0.5.0 Signed-off-by: Tyler Fanelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d454ab..fe2cf36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snpguest" -version = "0.4.2" +version = "0.5.0" authors = ["The VirTEE Project Developers"] edition = "2021" license = "Apache-2.0"