Skip to content

Commit

Permalink
cargo: update package edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Feb 3, 2024
1 parent b5dd312 commit 21f1f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "subtile-ocr"
version = "0.1.1"
authors = ["Eliza Velasquez"]
edition = "2018"
authors = ["Eliza Velasquez", "Gwen Lg <[email protected]>"]
edition = "2021"
description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"
license = "GPL-3.0"
keywords = ["vobsub", "subtitles", "dvd", "ocr"]
Expand Down

0 comments on commit 21f1f54

Please sign in to comment.