mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-25 15:40:02 +00:00
fix: session features (#2084)
This commit is contained in:
@@ -76,3 +76,4 @@ client = { path = "../client" }
|
||||
common-test-util = { path = "../common/test-util" }
|
||||
common-query = { path = "../common/query" }
|
||||
datafusion-common.workspace = true
|
||||
session = { path = "../session", features = ["testing"] }
|
||||
|
||||
@@ -26,3 +26,4 @@ common-telemetry = { path = "../common/telemetry" }
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
query = { path = "../query" }
|
||||
session = { path = "../session", features = ["testing"] }
|
||||
|
||||
@@ -76,6 +76,7 @@ log-store = { path = "../log-store" }
|
||||
mito = { path = "../mito", features = ["test"] }
|
||||
ron = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
session = { path = "../session", features = ["testing"] }
|
||||
storage = { path = "../storage" }
|
||||
tokio-test = "0.4"
|
||||
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
|
||||
|
||||
Reference in New Issue
Block a user