Skip to content

Commit

Permalink
Update OmniPaxos to use Restate version
Browse files Browse the repository at this point in the history
The Restate version enables OmniPaxos to run with a single peer.
  • Loading branch information
tillrohrmann committed Jan 7, 2025
1 parent d556701 commit d747ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions 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 crates/metadata-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ http = { workspace = true }
humantime = { workspace = true }
hyper = { workspace = true }
hyper-util = { workspace = true }
omnipaxos = { git = "https://github.com/haraldng/omnipaxos", rev = "1b6dd0d84c2c74dd1ed0dd73fad6ce980d9a1c5a", features = ["macros", "logging", "serde"]}
omnipaxos = { git = "https://github.com/tillrohrmann/omnipaxos", branch = "restate", features = ["macros", "logging", "serde"]}
prost = { workspace = true }
prost-types = { workspace = true }
protobuf = "2.28.0"
Expand Down

0 comments on commit d747ee7

Please sign in to comment.