From 00a42f69c09a43248339f3aa961a46bce0e45ed6 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 12 Oct 2022 09:59:49 +0100 Subject: [PATCH] kata-ctl: cargo: 2021 -> 2018 Revert to the 2018 edition of rust for consistency with other rust components. Signed-off-by: James O. D. Hunt --- src/tools/kata-ctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/kata-ctl/Cargo.toml b/src/tools/kata-ctl/Cargo.toml index bf42c93584..094613c343 100644 --- a/src/tools/kata-ctl/Cargo.toml +++ b/src/tools/kata-ctl/Cargo.toml @@ -7,7 +7,7 @@ name = "kata-ctl" version = "0.0.1" authors = ["The Kata Containers community "] -edition = "2021" +edition = "2018" [dependencies] anyhow = "1.0.31"