From 215c3ac0910e3842548da532196c733cd5c10ef8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 10 Jun 2025 16:58:39 +0200 Subject: [PATCH] Update commit hash in rust-git-dataflow example another time --- examples/rust-dataflow-git/dataflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rust-dataflow-git/dataflow.yml b/examples/rust-dataflow-git/dataflow.yml index d47771aa..cf06ede2 100644 --- a/examples/rust-dataflow-git/dataflow.yml +++ b/examples/rust-dataflow-git/dataflow.yml @@ -1,7 +1,7 @@ nodes: - id: rust-node git: https://github.com/dora-rs/dora.git - rev: a19ab2d4 # pinned commit, update this when changing the message crate + rev: 64ab0d7c # pinned commit, update this when changing the message crate build: cargo build -p rust-dataflow-example-node path: target/debug/rust-dataflow-example-node inputs: @@ -11,7 +11,7 @@ nodes: - id: rust-status-node git: https://github.com/dora-rs/dora.git - rev: a19ab2d4 # pinned commit, update this when changing the message crate + rev: 64ab0d7c # pinned commit, update this when changing the message crate build: cargo build -p rust-dataflow-example-status-node path: target/debug/rust-dataflow-example-status-node inputs: @@ -22,7 +22,7 @@ nodes: - id: rust-sink git: https://github.com/dora-rs/dora.git - rev: a19ab2d4 # pinned commit, update this when changing the message crate + rev: 64ab0d7c # pinned commit, update this when changing the message crate build: cargo build -p rust-dataflow-example-sink path: target/debug/rust-dataflow-example-sink inputs: