From 719f45c802376eb3c13eb1bc1e14920eb89fa4f5 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Tue, 7 Jun 2022 21:55:19 +0200 Subject: [PATCH] new: change edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c2b5ae6..c50a8adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" version = "0.11.2-alpha.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html