Skip to content

Commit

Permalink
Fix optional dependency on time
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 5, 2024
1 parent d5fcfa4 commit b8540e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions quickwit/quickwit-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prost = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true, optional = true }
time = { workspace = true }
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
Expand All @@ -30,10 +30,8 @@ quickwit-ingest = { workspace = true }
quickwit-proto = { workspace = true }

[dev-dependencies]
time = { workspace = true }

quickwit-common = { workspace = true, features = ["testsuite"] }
quickwit-metastore = { workspace = true, features = ["testsuite"] }

[features]
testsuite = ["time"]
testsuite = []

0 comments on commit b8540e6

Please sign in to comment.