From 5238cda02cf24d6c1b7453d2447c9e67a6bf29b6 Mon Sep 17 00:00:00 2001 From: Tony Giorgio <101225832+TonyGiorgio@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:31:51 -0600 Subject: [PATCH] Update vsock_proxy cargo to rust version 1.71 --- 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 c27c3e77..e59da628 100644 --- a/vsock_proxy/Cargo.toml +++ b/vsock_proxy/Cargo.toml @@ -3,7 +3,7 @@ name = "vsock-proxy" version = "1.0.1" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" -rust-version = "1.68" +rust-version = "1.71" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html