From e4c816bebd38fc9fd76162412ac850ab6b09cb18 Mon Sep 17 00:00:00 2001 From: Yang Bo Date: Thu, 31 Oct 2019 14:51:50 +0800 Subject: [PATCH] versions: support specify version in versions.yaml for rust agent. Fixes: #2154 Signed-off-by: Yang Bo --- versions.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/versions.yaml b/versions.yaml index 8e675d16a5..255729fa2d 100644 --- a/versions.yaml +++ b/versions.yaml @@ -281,6 +281,16 @@ languages: building Kata newest-version: "1.12.3" + rust: + description: "rust language" + notes: "'version' is the default minimum version used by this project." + version: "1.38.0" + meta: + description: | + 'newest-version' is the latest version known to work when + building Kata + newest-version: "stable" + specs: description: "Details of important specifications"