Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client side routing implementation #205

Merged
merged 11 commits into from
Jan 10, 2025
167 changes: 102 additions & 65 deletions ci/Cargo.lock.min

Large diffs are not rendered by default.

96 changes: 61 additions & 35 deletions ci/Cargo.lock.msrv

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

1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ unstable-bolt-protocol-impl-v2 = [
backoff = { version = "0.4.0", features = ["tokio"] }
bytes = { version = "1.5.0", features = ["serde"] }
chrono-tz = "0.10.0"
dashmap = "6.1.0"
delegate = "0.13.0"
futures = { version = "0.3.0" }
log = "0.4.0"
Expand Down
1 change: 1 addition & 0 deletions lib/src/bolt/request/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod hello;
mod pull;
mod reset;
mod rollback;
mod route;

pub use commit::Commit;
pub use discard::Discard;
Expand Down
Loading
Loading