Skip to content

Commit

Permalink
fixup! Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 26, 2024
1 parent 7c9fa72 commit 0b39a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repository = { workspace = true }
license = { workspace = true }

[lints]
workspace = true
# TODO workspace = true

[dependencies]
arrow-arith = { workspace = true, optional = true }
Expand All @@ -46,6 +46,7 @@ base64 = { version = "0.22", default-features = false, features = ["std"] }
bytes = { version = "1", default-features = false }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
once_cell = { version = "1", optional = true }
paste = { version = "1.0", optional = true }
prost = { version = "0.13.1", default-features = false, features = ["prost-derive"] }
# For Timestamp type
prost-types = { version = "0.13.1", default-features = false }
Expand All @@ -63,7 +64,7 @@ all-features = true

[features]
default = []
flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell"]
flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell", "paste"]
tls = ["tonic/tls"]

# Enable CLI tools
Expand Down

0 comments on commit 0b39a66

Please sign in to comment.