From f444244d09f659e959ae5756e01295e27e9f1438 Mon Sep 17 00:00:00 2001 From: Erdem Meydanli Date: Thu, 11 Apr 2024 15:15:37 +0000 Subject: [PATCH] version: Release vsock_proxy v1.0.0 This commit marks the new release of the vsock_proxy, setting the version to 1.0.0. Signed-off-by: Erdem Meydanli --- vsock_proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsock_proxy/Cargo.toml b/vsock_proxy/Cargo.toml index 3368b3884..4b4018ddf 100644 --- a/vsock_proxy/Cargo.toml +++ b/vsock_proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vsock-proxy" -version = "0.1.0" +version = "1.0.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" rust-version = "1.68"