Skip to content

Commit

Permalink
build: Fix dependency for orchestrator-process (MaterializeInc#14541)
Browse files Browse the repository at this point in the history
This commit adds the process feature for tokio to the
orchestrator-process crate. Some people were unable to build
Materialize from source because this feature was missing.
  • Loading branch information
jkosh44 authored Aug 31, 2022
1 parent eceee6f commit be814d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mz-secrets = { path = "../secrets" }
serde_json = "1.0.85"
scopeguard = "1.1.0"
sysinfo = "0.25.3"
tokio = "1.19.2"
tokio = { version = "1.19.2", features = ["process"] }
tracing = "0.1.36"

[dev-dependencies]
Expand Down

0 comments on commit be814d2

Please sign in to comment.