Skip to content

Commit fedd31f

Browse files
committed
Format toml
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 2e8ae78 commit fedd31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binaries/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ databend-query = { path = "../query/service" }
4949
# Crates.io dependencies
5050
anyhow = "1.0.64"
5151
clap = { version = "3.2.5", features = ["derive", "env"] }
52+
openraft = "0.7.2"
5253
sentry = "0.27.0"
5354
serde = { version = "1.0.137", features = ["derive"] }
5455
serde_json = "1.0.81"
5556
tokio-stream = "0.1.9"
5657
tonic = "0.7.2"
5758
tracing = "0.1.35"
5859
url = "2.2.2"
59-
openraft = "0.7.2"
6060

6161
[[bin]]
6262
name = "databend-meta"

0 commit comments

Comments
 (0)