From 8825bb298fecf50f42de409763aeccdc2273507e Mon Sep 17 00:00:00 2001 From: houfangdong Date: Fri, 11 Jun 2021 15:01:43 +0800 Subject: [PATCH] agent: Update rust version for tokio This was fixed for tokio's version requirements for rust, see: https://github.com/tokio-rs/tokio#supported-rust-versions Fixes: #3849 Signed-off-by: houfangdong --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 8ad3c87f7..58a247195 100644 --- a/versions.yaml +++ b/versions.yaml @@ -249,7 +249,7 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.38.0" + version: "1.45.0" meta: description: | 'newest-version' is the latest version known to work when