From 1d6fc2fef03f2776a9bb4c9624390ffc0fab10bd Mon Sep 17 00:00:00 2001 From: Pavel Pscheidl Date: Tue, 11 Apr 2023 09:39:32 +0200 Subject: [PATCH] build: Rust 2021 edition (#29) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e83502..ce5a0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "operator" version = "0.1.0" authors = ["Pavel Pscheidl "] -edition = "2018" +edition = "2021" [dependencies] tokio = { version = "1.0", features = [