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

Cluster refactor: Split out SysInstaller, simplify check-fixes #721

Merged
merged 10 commits into from
Jan 27, 2021
81 changes: 77 additions & 4 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 src/cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async-channel = "1.5.1"
futures-lite = "1.11.0"
tokio = { version = "0.2.21", features = ["macros"] }
once_cell = "1.5"
derive_builder = "0.9.0"

# Fluvio dependencies
fluvio = { version = "0.4.0", path = "../client", default-features = false }
Expand Down
Loading