Skip to content

Commit a5b3b2e

Browse files
authored
flight-sql-server: Add protoc as feature in Cargo.toml when building substrait dependency (#90)
1 parent 5c9c5ec commit a5b3b2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion-flight-sql-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ path = "src/lib.rs"
1414
arrow-flight.workspace = true
1515
arrow.workspace = true
1616
datafusion-federation = { workspace = true, features = ["sql"] }
17-
datafusion-substrait.workspace = true
17+
datafusion-substrait = { workspace = true, features = ["protoc"] }
1818
datafusion.workspace = true
1919
futures.workspace = true
2020
log = "0.4.22"
2121
once_cell = "1.19.0"
2222
prost = "0.13.1"
2323
tonic.workspace = true
24-
async-trait.workspace = true
24+
async-trait.workspace = true
2525

2626
[dev-dependencies]
2727
tokio.workspace = true

0 commit comments

Comments
 (0)