Commit 0ebecd5
authored
build: explicitly set
## Which issue does this PR close?
N/A
## Rationale for this change
this is done so we can query cargo metadata alone to find only user
facing crates
and to use cargo metadata to find user facing crates when searching for
breaking changes in pr as suggested here:
-
apache#21499 (comment)
## What changes are included in this PR?
set `publish = false` for:
1. `datafusion-benchmarks`
2. `datafusion-wasmtest`
3. `test-utils`
## Are these changes tested?
I verified that these are not already published to crates.io and not in
`dev/release/README.md` _Publish on Crates.io_ list
## Are there any user-facing changes?
Nopublish = false for internal crates (apache#21869)1 parent 1897c28 commit 0ebecd5
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments