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 Dec 6, 2024
1 parent 186de27 commit 7f3be27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 7f3be27

Please sign in to comment.