Skip to content

Commit da62ad7

Browse files
fidenciostevenhorsman
authored andcommitted
versions: Bump rust to 1.80.0 (matching coco-guest-components)
This is needed in order to avoid agent build issues, such as: ``` error[E0658]: use of unstable library feature 'lazy_cell' --> /home/ansible/.cargo/git/checkouts/guest-components-1e54b222ad8d9630/514c561/ocicrypt-rs/src/lib.rs:10:5 | 10 | use std::sync::LazyLock; | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #109736 <rust-lang/rust#109736> for more information ``` Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent 5f6bc96 commit da62ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,12 @@ languages:
379379
rust:
380380
description: "Rust language"
381381
notes: "'version' is the default minimum version used by this project."
382-
version: "1.75.0"
382+
version: "1.80.0"
383383
meta:
384384
description: |
385385
'newest-version' is the latest version known to work when
386386
building Kata
387-
newest-version: "1.75.0"
387+
newest-version: "1.80.0"
388388

389389
golangci-lint:
390390
description: "golangci-lint"

0 commit comments

Comments
 (0)