Skip to content

Commit

Permalink
versions: Bump rust to 1.80.0 (matching coco-guest-components)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fidencio authored and stevenhorsman committed Jan 30, 2025
1 parent 046c4c1 commit f5d6361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,12 @@ languages:
rust:
description: "Rust language"
notes: "'version' is the default minimum version used by this project."
version: "1.75.0"
version: "1.80.0"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.75.0"
newest-version: "1.80.0"

golangci-lint:
description: "golangci-lint"
Expand Down

0 comments on commit f5d6361

Please sign in to comment.