From 9e4887f29f37bdff76276f75400daf79fd09cf51 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" <6406592+v0y4g3r@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:55:15 +0800 Subject: [PATCH] fix: disable dashboard (#1494) --- src/cmd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/Cargo.toml b/src/cmd/Cargo.toml index 79aa744dcd..bd02294aa3 100644 --- a/src/cmd/Cargo.toml +++ b/src/cmd/Cargo.toml @@ -35,7 +35,7 @@ partition = { path = "../partition" } query = { path = "../query" } rustyline = "10.1" serde.workspace = true -servers = { path = "../servers", features = ["dashboard"] } +servers = { path = "../servers" } session = { path = "../session" } snafu.workspace = true