From 038416473444b1db72dfbd878ede5571b42c17a5 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 26 Sep 2022 13:25:14 +0000 Subject: [PATCH] cargo: bump to 2021 edition This updates the Cargo manifest to use the latest Rust edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30bbb67c..17bf1d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" keywords = ["cincinnati", "coreos", "fedora", "rpm-ostree"] authors = ["Luca Bruno "] repository = "https://github.com/coreos/zincati" -edition = "2018" +edition = "2021" [dependencies] actix = "0.13"