Skip to content

Commit 905be17

Browse files
committed
openraft: Use tagged version instead
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 84d2d55 commit 905be17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/binaries/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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 = { git = "https://github.com/datafuselabs/openraft", rev = "6057abbf" }
52+
openraft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.7.2" }
5353
sentry = "0.27.0"
5454
serde = { version = "1.0.137", features = ["derive"] }
5555
serde_json = "1.0.81"

src/meta/sled-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ io-uring = ["sled/io_uring"]
1717
[dependencies]
1818
common-meta-types = { path = "../types" }
1919

20-
openraft = { git = "https://github.com/datafuselabs/openraft", rev = "6057abbf" }
20+
openraft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.7.2" }
2121
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1", default-features = false }
2222

2323
anyhow = "1.0.64"

src/meta/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ common-datavalues = { path = "../../query/datavalues" }
1515
common-exception = { path = "../../common/exception" }
1616
common-storage = { path = "../../common/storage" }
1717

18-
openraft = { git = "https://github.com/datafuselabs/openraft", rev = "6057abbf" }
18+
openraft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.7.2" }
1919
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1", default-features = false }
2020

2121
anyerror = "=0.1.7"

0 commit comments

Comments
 (0)