Skip to content

Commit

Permalink
refactor: Make raft-rs as git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Aug 31, 2024
1 parent 892497e commit 3211fb5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 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.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default-members = [
"examples/memstore/dynamic-members",
"examples/memstore/static-members",
]
exclude = ["raft-rs"]

[workspace.package]
version = "0.1.67"
Expand Down
2 changes: 1 addition & 1 deletion raftify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ heed-traits = "0.20.0-alpha.9"
log = { version = "0.4", features = ["std"] }
parking_lot = "0.12.1"
prost = "0.11"
jopemachine-raft = { version = "0.7.7", features = ["prost-codec", "default-logger"], default-features = false }
jopemachine-raft = { path = "../raft-rs", features = ["prost-codec", "default-logger"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2"
Expand Down

0 comments on commit 3211fb5

Please sign in to comment.