Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ tokio = { workspace = true }
default = ["physical"]
physical = ["datafusion/parquet"]
protoc = ["substrait/protoc"]

[package.metadata.docs.rs]
# Use default features ("physical") for docs, plus "protoc". "protoc" is needed
# to get a consistent version of the protobuf compiler in the docs build;
# without that, an outdated protobuf compiler may fail to compile the protobuf
# files as it did in versions 42.0.0 through 44.0.0.
all-features = true
Loading