Skip to content

Commit

Permalink
Disable tesseract_5_2 feature on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Jan 4, 2024
1 parent 79145b8 commit 04070d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tesseract"
version = "0.15.0"
version = "0.15.1"
authors = ["Kevin Kwok <[email protected]>", "Chris Couzens <[email protected]>"]
documentation = "https://docs.rs/tesseract"
repository = "https://github.com/antimatter15/tesseract-rs"
Expand All @@ -17,3 +17,8 @@ thiserror = "1.0"
[features]
default = ["tesseract_5_2"]
tesseract_5_2 = ["tesseract-plumbing/tesseract_5_2"]

[package.metadata.docs.rs]
# docs.rs is not compatible with tesseract_5_2
no-default-features = true

0 comments on commit 04070d2

Please sign in to comment.