From e9be340a6b69247bd5d46432350116df282e7fad Mon Sep 17 00:00:00 2001 From: 132nd-Professor <132nd-Professor> Date: Fri, 5 Aug 2022 16:13:53 +0200 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19814a6..86cb781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "tacview-splitter" version = "0.3.0" authors = ["132nd-Professor <132nd-Professor>"] -edition = "2018" +edition = "2021" [dependencies] -zip = ">= 0.5.13" +zip = ">= 0.6.2" [profile.release] lto = true