fix: fix dependency features for `influxdb_iox`
parent
c8981e4f78
commit
7a28982e2a
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue