Skip to content

Commit

Permalink
Enable all features for docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 31, 2024
1 parent af89c05 commit c2a800d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ prost = { version= "0.13", features = ["prost-derive"] }
arrow = { version = "52", features = ["ipc"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3"}
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[example]]
name = "json-example"
Expand Down Expand Up @@ -97,6 +102,3 @@ required-features = ["json"]
name = "arrow-example"
path = "examples/arrow-example.rs"
required-features = ["arrow"]

[build-dependencies]
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }

0 comments on commit c2a800d

Please sign in to comment.