From 8b1a84ba53cad9cbc297d5ff114afe49b9b6e7bc 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. --- sysvmq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysvmq/Cargo.toml b/sysvmq/Cargo.toml index e4eb0e0..5f8c435 100644 --- a/sysvmq/Cargo.toml +++ b/sysvmq/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"