Skip to content

Commit 0bffcbc

Browse files
committed
chore: publish = false for pkgs not meant to be published
These tree packages are considered to be published something. To reduce the logic of xtask-unpubilshed, let's flag them false for now. We can always set it `true` when needed.
1 parent 8d753a7 commit 0bffcbc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

benches/capture/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
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Tool for capturing a real-world workspace for benchmarking."
7+
publish = false
78

89
[dependencies]
910
cargo_metadata.workspace = true

crates/cargo-test-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ homepage = "https://github.com/rust-lang/cargo"
77
repository = "https://github.com/rust-lang/cargo"
88
documentation = "https://github.com/rust-lang/cargo"
99
description = "Helper proc-macro for Cargo's testsuite."
10+
publish = false
1011

1112
[lib]
1213
proc-macro = true

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-test-support"
33
version = "0.1.0"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
6+
publish = false
67

78
[lib]
89
doctest = false

0 commit comments

Comments
 (0)