Skip to content

Commit 3456671

Browse files
committed
[adapters] Support coordinating a multihost pipeline.
Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 6614539 commit 3456671

File tree

25 files changed

+1138
-198
lines changed

25 files changed

+1138
-198
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ base58 = "0.2.0"
7373
binrw = "0.13.3"
7474
blake3 = "1.8.2"
7575
bstr = "0.2.1"
76-
bytemuck = "1.16.3"
76+
bytemuck = { version = "1.16.3", features = ["derive"] }
7777
bytes = "1.10.1"
7878
bytestring = "1.4.0"
7979
change-detection = "1.2"

0 commit comments

Comments
 (0)