From aae84b7dce1f049a7ee2e7b7e7d455f3b304d22a Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Thu, 14 Apr 2022 19:27:26 -0400 Subject: [PATCH] upgrade to edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9eea6e2..b30d210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["J / Jacob Babich "] -edition = "2018" +edition = "2021" name = "driver-and-task-library" version = "4.14.0"