fix: fix feature flags for iox_data_generator build (#4858)

pull/24376/head
Andrew Lamb 2022-06-14 15:43:22 -04:00 committed by GitHub
parent c8f70b8933
commit 7eed3ba0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ default-run = "iox_data_generator"
[dependencies]
chrono = { version = "0.4", default-features = false }
chrono-english = "0.1.4"
clap = { version = "3", features = ["cargo"] }
clap = { version = "3", features = ["derive", "env", "cargo"] }
futures = "0.3"
handlebars = "4.3.1"
humantime = "2.1.0"