From 77ba9dcdbb2a2be24fefcbe18092779da14510a7 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 18 Nov 2021 10:31:27 +0100 Subject: [PATCH] versions: Update to Rust 2021 edition We use tonic to build GRPC client to talk with attestation agent, and tonic require newer version of rust. Signed-off-by: Samuel Ortiz --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 86cf6ba2c7..2903457573 100644 --- a/versions.yaml +++ b/versions.yaml @@ -281,7 +281,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.54.0" + newest-version: "1.56.0" specs: description: "Details of important specifications"