From 21f1f542e1ff17f40a773b5cfe164e3106202ff5 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sat, 3 Feb 2024 16:44:00 +0100 Subject: [PATCH] cargo: update package edition to 2021 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 350ddc6..f08618c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "subtile-ocr" version = "0.1.1" -authors = ["Eliza Velasquez"] -edition = "2018" +authors = ["Eliza Velasquez", "Gwen Lg "] +edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR" license = "GPL-3.0" keywords = ["vobsub", "subtitles", "dvd", "ocr"]