From bb1ebdc424589f97bfb3c11e4b7827db14bb39f1 Mon Sep 17 00:00:00 2001 From: Chris Couzens Date: Tue, 21 Feb 2023 22:03:34 +0000 Subject: [PATCH] Use newer tesseract-plubming (#35) It has support for leptonica-1.83.0 https://github.com/ccouzens/leptonica-plumbing/issues/5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14e2514..9163ff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesseract" -version = "0.12.0" +version = "0.12.1" authors = ["Kevin Kwok ", "Chris Couzens "] documentation = "https://docs.rs/tesseract" repository = "https://github.com/antimatter15/tesseract-rs" @@ -11,5 +11,5 @@ categories = ["api-bindings", "multimedia::images"] [dependencies] tesseract-sys = "~0.5" -tesseract-plumbing = "~0.6" +tesseract-plumbing = "~0.8" thiserror = "1.0"