Skip to content

Commit

Permalink
dep: Update raft-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 23, 2024
1 parent ad26cc0 commit 5b2a8cd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 43 deletions.
66 changes: 25 additions & 41 deletions Cargo.lock

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

5 changes: 4 additions & 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"
log = { version = "0.4", features = ["std"] }
parking_lot = "0.12.3"
prost = "0.11"
raft = { path = "../raft-rs", features = ["prost-codec", "default-logger"], default-features = false }
raft = { version = "0.7.9", features = ["prost-codec", "default-logger"], default-features = false, package = "jopemachine-raft" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2"
Expand All @@ -36,3 +36,6 @@ tempfile = "3"
[build-dependencies]
tonic-build = "0.9.2"
built = "0.5"

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

0 comments on commit 5b2a8cd

Please sign in to comment.