Skip to content

Commit

Permalink
fix: Use local raft-rs in dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 23, 2024
1 parent 5b2a8cd commit 62b2ba2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
28 changes: 22 additions & 6 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ homepage = "https://github.com/lablup/raftify"
raftify = { path = "raftify" }
example-harness = { path = "examples" }
memstore-example-harness = { path = "examples/memstore" }

[patch.crates-io]
jopemachine-raft = { path = "./raft-rs" }
3 changes: 0 additions & 3 deletions raftify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ tempfile = "3"
[build-dependencies]
tonic-build = "0.9.2"
built = "0.5"

[patch.crates-io]
raft = { path = "../raft-rs" }

0 comments on commit 62b2ba2

Please sign in to comment.