diff --git a/src/agent/src/watcher.rs b/src/agent/src/watcher.rs index 94f1b19664..b6ec528988 100644 --- a/src/agent/src/watcher.rs +++ b/src/agent/src/watcher.rs @@ -3,7 +3,7 @@ // SPDX-License-Identifier: Apache-2.0 // -#![allow(clippy::unknown_clippy_lints)] +#![allow(unknown_lints)] use std::collections::HashMap; use std::path::{Path, PathBuf}; diff --git a/src/agent/vsock-exporter/src/lib.rs b/src/agent/vsock-exporter/src/lib.rs index f83ee50728..27e71e64bf 100644 --- a/src/agent/vsock-exporter/src/lib.rs +++ b/src/agent/vsock-exporter/src/lib.rs @@ -12,7 +12,7 @@ // payload, which allows the forwarder to know how many bytes it must read to // consume the trace span. The payload is a serialised version of the trace span. -#![allow(clippy::unknown_clippy_lints)] +#![allow(unknown_lints)] use async_trait::async_trait; use byteorder::{ByteOrder, NetworkEndian}; diff --git a/versions.yaml b/versions.yaml index ebf143f185..326766710a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -255,7 +255,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.47.0" + newest-version: "1.54.0" specs: description: "Details of important specifications"