Skip to content

Commit 21ca4dd

Browse files
committed
Add publish = false to test-only packages.
1 parent 19815c8 commit 21ca4dd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tools/benchmarks/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Markus Stange <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7+
publish = false
78

89
[dependencies]
910
dump-table = { path = "../dump_table" }

tools/dump_table/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Markus Stange <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7+
publish = false
78

89
[features]
910
default = []

tools/query_api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Markus Stange <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7+
publish = false
78

89
[dependencies]
910
samply-api = { path = "../../samply-api" }

0 commit comments

Comments
 (0)