From b8815d3fd73cb58007cfa7c591e64be89867035f Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Sun, 23 Aug 2026 20:15:40 -0400 Subject: [PATCH] Bumping package version (forgot in last commit) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97417ce..687ba2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ pdf-extract = { path = "vendor/pdf-extract" } # Patched unbounded reads which co rtf-parser = { path = "vendor/rtf-parser" } # Patched a parsing error which occurs on UTF-16 characters [workspace.package] -version = "1.1.4" +version = "1.1.5" edition = "2021" license = "GPL-3.0-or-later" authors = ["Jeremy "]