fix: Turn off chrono serde feature that's unused in server_benchmarks
This doesn't affect the workspace hack crate, but might make server_benchmarks build a bit faster.pull/24376/head
parent
0fda9608d8
commit
a5f54da735
|
@ -13,7 +13,7 @@ description = "Server related bechmarks, grouped into their own crate to minimiz
|
|||
[dev-dependencies] # In alphabetical order
|
||||
arrow_util = { path = "../arrow_util" }
|
||||
criterion = { version = "0.3.4", features = ["async_tokio"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
chrono = { version = "0.4" }
|
||||
datafusion = { path = "../datafusion" }
|
||||
data_types = { path = "../data_types" }
|
||||
flate2 = "1.0.20"
|
||||
|
|
Loading…
Reference in New Issue