Skip to content

Commit

Permalink
add default-member again
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 9, 2024
1 parent b63c73b commit e6e7b01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
resolver = "2"
members = ["compute", "p2p", "workflows", "utils", "monitor"]

# FIXME: removing this breaks the workflows
# compute node is the default member, until Oracle comes in
# then, a Launcher will be the default member
default-members = ["compute"]

[workspace.package]
edition = "2021"
version = "0.2.28"
Expand Down

0 comments on commit e6e7b01

Please sign in to comment.