From 788ee0e14ec8454733fa5a635d68690196a3fad3 Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 18 Apr 2024 12:46:23 +0100 Subject: [PATCH] Syntax error in Cargo.toml Signed-off-by: Kornel --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 653ac8959..c681e7b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ authors = [ license = "MIT" repository = "https://github.com/Pr0methean/zip-next.git" keywords = ["zip", "archive"] -description = """ rust-version = "1.70.0" +description = """ Library to support the reading and writing of zip files. """ edition = "2021"