Skip to content

Commit b7e4213

Browse files
authored
Include .proto files in datafusion-proto-common distribution (#20921)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #20920 ## Rationale for this change - see #20920 ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent 3c56e5d commit b7e4213

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/proto-common/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ license = { workspace = true }
2828
authors = { workspace = true }
2929
rust-version = { workspace = true }
3030

31-
# Exclude proto files so crates.io consumers don't need protoc
32-
exclude = ["*.proto"]
33-
3431
[package.metadata.docs.rs]
3532
all-features = true
3633

0 commit comments

Comments
 (0)