Skip to content

Commit

Permalink
Disable default features in tesseract-plumbing
Browse files Browse the repository at this point in the history
So that we can disable tesseract 5-2 feature
  • Loading branch information
ccouzens committed Jan 19, 2024
1 parent 707069a commit b19388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
documentation = "https://houqp.github.io/leptess/leptess/index.html"

[dependencies]
tesseract-plumbing = "~0.11"
tesseract-plumbing = {version = "~0.11", default-features = false}
thiserror = "1"
leptonica-plumbing = "~1.3.0"

Expand Down

0 comments on commit b19388f

Please sign in to comment.