versions: Upgrade rust supported version to 1.59.0

CI is failing with the issue:
"package `time v0.3.14` cannot be built because it requires rustc 1.59.0
or newer, while the currently active rustc version is 1.58.1"

Fixes: #1000

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2022-08-31 10:52:50 -07:00
parent b2c6ff0b05
commit 14a4551d56

View File

@ -280,12 +280,12 @@ languages:
rust:
description: "Rust language"
notes: "'version' is the default minimum version used by this project."
version: "1.58.1"
version: "1.59.0"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.58.1"
newest-version: "1.59.0"
specs:
description: "Details of important specifications"