Skip to content

Commit

Permalink
Merge pull request #3685 from drmingdrmer/raft
Browse files Browse the repository at this point in the history
[common/meta] refactor: move async-raft to datafuselabs/openraft
  • Loading branch information
BohuTANG committed Dec 29, 2021
2 parents 782bf6e + 1a17091 commit a2529db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/meta/raft-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ common-meta-types = { path = "../types" }
common-tracing = { path = "../../tracing" }

# github deps
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }

# crates.io deps
anyhow = "1.0.51"
Expand Down
2 changes: 1 addition & 1 deletion common/meta/sled-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ common-exception = { path = "../../exception" }
common-tracing = { path = "../../tracing" }

anyhow = "1.0.51"
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
byteorder = "1.4.3"
once_cell = "1.9.0"
serde = { version = "1.0.132", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion common/meta/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test = false
common-datavalues = { path = "../../datavalues" }
common-exception = { path = "../../exception" }

async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
derive_more = "0.99.17"
enumflags2 = { version = "0.7.2", features = ["serde"] }
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion metasrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ common-metrics = { path = "../common/metrics" }

# Crates.io dependencies
anyhow = "1.0.51"
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
async-trait = "0.1.52"
backtrace = "0.3.63"
byteorder = "1.4.3"
Expand Down

0 comments on commit a2529db

Please sign in to comment.