From ce11d8cae5b238c738c498abeb32f46b8b91502e Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 28 Oct 2023 20:20:48 +0200 Subject: [PATCH] sysvmq: Update rust edition to 2021 Update rust edition to 2021. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4eb0e0..5f8c435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sysvmq" version = "0.1.0" -edition = "2018" +edition = "2021" authors = ["finga "] repository = "https://git.onders.org/finga/mqrs" license = "GPL-3.0-or-later"