Skip to content

Commit e6e7b01

Browse files
committed
add default-member again
1 parent b63c73b commit e6e7b01

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
resolver = "2"
33
members = ["compute", "p2p", "workflows", "utils", "monitor"]
44

5+
# FIXME: removing this breaks the workflows
6+
# compute node is the default member, until Oracle comes in
7+
# then, a Launcher will be the default member
8+
default-members = ["compute"]
9+
510
[workspace.package]
611
edition = "2021"
712
version = "0.2.28"

0 commit comments

Comments
 (0)