fix: fix dependency features for `influxdb_iox`

pull/24376/head
Marco Neumann 2021-10-25 11:15:19 +02:00
parent c8981e4f78
commit 7a28982e2a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ data_types = { path = "data_types" }
entry = { path = "entry" }
generated_types = { path = "generated_types" }
influxdb_iox_client = { path = "influxdb_iox_client", features = ["format"] }
influxdb_iox_client = { path = "influxdb_iox_client", features = ["flight", "format"] }
influxdb_line_protocol = { path = "influxdb_line_protocol" }
internal_types = { path = "internal_types" }
iox_object_store = { path = "iox_object_store" }