From f51f13c434697598729fb0e40a73aa1c9d79ed46 Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Thu, 25 Dec 2025 09:36:41 +0100 Subject: [PATCH] Include .proto files in datafusion-proto distribution --- datafusion/proto/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index b00bd0dcc6bfd..edc96d5a94487 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -28,9 +28,6 @@ license = { workspace = true } authors = { workspace = true } rust-version = { workspace = true } -# Exclude proto files so crates.io consumers don't need protoc -exclude = ["*.proto"] - [package.metadata.docs.rs] all-features = true