Skip to content

Commit

Permalink
Merge branch 'main' into xzhseh/feat-protobuf-any
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh authored Oct 27, 2023
2 parents 643a8c4 + 00df635 commit 707f601
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions src/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,33 @@ workspace-hack = { path = "../workspace-hack" }
[target.'cfg(enable_task_local_alloc)'.dependencies]
task_stats_alloc = { path = "../utils/task_stats_alloc" }

[lib]
test = false

[[bin]]
name = "frontend"
path = "src/bin/frontend_node.rs"
test = false

[[bin]]
name = "meta-node"
path = "src/bin/meta_node.rs"
test = false

[[bin]]
name = "compute-node"
path = "src/bin/compute_node.rs"
test = false

[[bin]]
name = "compactor"
path = "src/bin/compactor.rs"
test = false

[[bin]]
name = "risectl"
path = "src/bin/ctl.rs"
test = false

[lints]
workspace = true
1 change: 1 addition & 0 deletions src/cmd_all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ task_stats_alloc = { path = "../utils/task_stats_alloc" }
[[bin]]
name = "risingwave"
path = "src/bin/risingwave.rs"
test = false

[lints]
workspace = true
3 changes: 3 additions & 0 deletions src/meta/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ workspace-hack = { path = "../../workspace-hack" }

[dev-dependencies]

[lib]
test = false

[lints]
workspace = true

0 comments on commit 707f601

Please sign in to comment.