Skip to content

Commit be67bc6

Browse files
committed
fix: paste dependency is non-optional
1 parent 69af1e6 commit be67bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ all-features = true
6161

6262
[features]
6363
default = []
64-
flight-sql-experimental = ["dep:arrow-arith", "dep:arrow-data", "dep:arrow-ord", "dep:arrow-row", "dep:arrow-select", "dep:arrow-string", "dep:once_cell", "dep:paste"]
64+
flight-sql-experimental = ["dep:arrow-arith", "dep:arrow-data", "dep:arrow-ord", "dep:arrow-row", "dep:arrow-select", "dep:arrow-string", "dep:once_cell"]
6565
tls = ["tonic/tls"]
6666
# Enable CLI tools
6767
cli = ["arrow-array/chrono-tz", "arrow-cast/prettyprint", "tonic/tls-webpki-roots", "dep:anyhow", "dep:clap", "dep:tracing-log", "dep:tracing-subscriber"]

0 commit comments

Comments
 (0)