From f317d9be585902a2217611325c0b1f7668725c5e Mon Sep 17 00:00:00 2001 From: Yannik <> Date: Wed, 26 Oct 2022 21:54:33 +0200 Subject: [PATCH] edition upgrade --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89d51a0..2bf0bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "log2db" version = "0.1.0" authors = ["Yannik"] -edition = "2018" +edition = "2021" [dependencies] structopt = "*"