From d2798c025698462dc70a0733926d1919f7a9e5e8 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 --- Cargo.lock | 2 +- vsock_proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c5826cc..8a30f870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "vsock-proxy" -version = "0.1.0" +version = "1.0.0" dependencies = [ "chrono", "clap", diff --git a/vsock_proxy/Cargo.toml b/vsock_proxy/Cargo.toml index 3368b388..4b4018dd 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"