Skip to content

Commit

Permalink
Use newer tesseract-plubming
Browse files Browse the repository at this point in the history
It has support for leptonica-1.83.0

ccouzens/leptonica-plumbing#5
  • Loading branch information
ccouzens committed Feb 21, 2023
1 parent f8fa97c commit 93b406f
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,6 +1,6 @@
[package]
name = "tesseract"
version = "0.12.0"
version = "0.12.1"
authors = ["Kevin Kwok <[email protected]>", "Chris Couzens <[email protected]>"]
documentation = "https://docs.rs/tesseract"
repository = "https://github.com/antimatter15/tesseract-rs"
Expand All @@ -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"

0 comments on commit 93b406f

Please sign in to comment.