| @@ -1,7 +1,7 @@ | |||||
| nodes: | nodes: | ||||
| - id: rust-node | - id: rust-node | ||||
| git: https://github.com/dora-rs/dora.git | git: https://github.com/dora-rs/dora.git | ||||
| rev: 64a2dc9c # pinned commit, update this when changing the message crate | |||||
| rev: a19ab2d4 # pinned commit, update this when changing the message crate | |||||
| build: cargo build -p rust-dataflow-example-node | build: cargo build -p rust-dataflow-example-node | ||||
| path: target/debug/rust-dataflow-example-node | path: target/debug/rust-dataflow-example-node | ||||
| inputs: | inputs: | ||||
| @@ -11,7 +11,7 @@ nodes: | |||||
| - id: rust-status-node | - id: rust-status-node | ||||
| git: https://github.com/dora-rs/dora.git | git: https://github.com/dora-rs/dora.git | ||||
| rev: 64a2dc9c # pinned commit, update this when changing the message crate | |||||
| rev: a19ab2d4 # pinned commit, update this when changing the message crate | |||||
| build: cargo build -p rust-dataflow-example-status-node | build: cargo build -p rust-dataflow-example-status-node | ||||
| path: target/debug/rust-dataflow-example-status-node | path: target/debug/rust-dataflow-example-status-node | ||||
| inputs: | inputs: | ||||
| @@ -22,7 +22,7 @@ nodes: | |||||
| - id: rust-sink | - id: rust-sink | ||||
| git: https://github.com/dora-rs/dora.git | git: https://github.com/dora-rs/dora.git | ||||
| rev: 64a2dc9c # pinned commit, update this when changing the message crate | |||||
| rev: a19ab2d4 # pinned commit, update this when changing the message crate | |||||
| build: cargo build -p rust-dataflow-example-sink | build: cargo build -p rust-dataflow-example-sink | ||||
| path: target/debug/rust-dataflow-example-sink | path: target/debug/rust-dataflow-example-sink | ||||
| inputs: | inputs: | ||||