From bb1e326a26c281533ca899a53c24d70c3ce5628e Mon Sep 17 00:00:00 2001 From: Steven Joruk Date: Wed, 5 Apr 2023 11:13:46 +0100 Subject: [PATCH] Use the 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7a0d14..56742b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A minimal safe wrapper around Apple's Logging system" repository = "https://github.com/steven-joruk/oslog" version = "0.2.0" authors = ["Steven Joruk "] -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" keywords = ["log", "logging", "macos", "apple"]