Skip to content

Commit 0b39a66

Browse files
committed
fixup! Remove unused dependencies
1 parent 7c9fa72 commit 0b39a66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arrow-flight/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository = { workspace = true }
2727
license = { workspace = true }
2828

2929
[lints]
30-
workspace = true
30+
# TODO workspace = true
3131

3232
[dependencies]
3333
arrow-arith = { workspace = true, optional = true }
@@ -46,6 +46,7 @@ base64 = { version = "0.22", default-features = false, features = ["std"] }
4646
bytes = { version = "1", default-features = false }
4747
futures = { version = "0.3", default-features = false, features = ["alloc"] }
4848
once_cell = { version = "1", optional = true }
49+
paste = { version = "1.0", optional = true }
4950
prost = { version = "0.13.1", default-features = false, features = ["prost-derive"] }
5051
# For Timestamp type
5152
prost-types = { version = "0.13.1", default-features = false }
@@ -63,7 +64,7 @@ all-features = true
6364

6465
[features]
6566
default = []
66-
flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell"]
67+
flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell", "paste"]
6768
tls = ["tonic/tls"]
6869

6970
# Enable CLI tools

0 commit comments

Comments
 (0)