Skip to content

Commit 0e4ea9b

Browse files
committed
Auto merge of #13254 - weihanglo:versionless, r=epage
chore: remove `version` field from `publish=false` packages
2 parents 2ce4560 + bfc9880 commit 0e4ea9b

File tree

11 files changed

+3
-25
lines changed

11 files changed

+3
-25
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/benchsuite/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[package]
22
name = "benchsuite"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
homepage = "https://github.com/rust-lang/cargo"
87
repository = "https://github.com/rust-lang/cargo"
98
description = "Benchmarking suite for Cargo."
10-
publish = false
119

1210
[dependencies]
1311
cargo.workspace = true

benches/capture/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[package]
22
name = "capture"
3-
version = "0.1.0"
43
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
description = "Tool for capturing a real-world workspace for benchmarking."
8-
publish = false
97

108
[dependencies]
119
cargo_metadata.workspace = true

crates/cargo-test-macro/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[package]
22
name = "cargo-test-macro"
3-
version = "0.1.0"
43
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
homepage.workspace = true
87
repository.workspace = true
98
documentation = "https://github.com/rust-lang/cargo"
109
description = "Helper proc-macro for Cargo's testsuite."
11-
publish = false
1210

1311
[lib]
1412
proc-macro = true

crates/cargo-test-support/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "cargo-test-support"
3-
version = "0.1.0"
43
rust-version.workspace = true
54
license.workspace = true
65
edition.workspace = true
7-
publish = false
86

97
[lib]
108
doctest = false

crates/mdman/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[package]
22
name = "mdman"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
description = "Creates a man page page from markdown."
8-
publish = false
97

108
[dependencies]
119
anyhow.workspace = true

crates/resolver-tests/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "resolver-tests"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
6-
publish = false
75

86
[dependencies]
97
cargo.workspace = true

crates/semver-check/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
[package]
22
name = "semver-check"
3-
version = "0.0.0"
43
authors = ["Eric Huss"]
54
rust-version.workspace = true
65
edition.workspace = true
7-
publish = false
8-
9-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
106

117
[dependencies]
128
tempfile.workspace = true

crates/xtask-build-man/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "xtask-build-man"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
6-
publish = false
75

86
[dependencies]
97

crates/xtask-bump-check/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "xtask-bump-check"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
6-
publish = false
75

86
[dependencies]
97
anyhow.workspace = true

crates/xtask-stale-label/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "xtask-stale-label"
3-
version = "0.0.0"
43
rust-version.workspace = true
54
edition.workspace = true
6-
publish = false
75

86
[dependencies]
97
toml_edit.workspace = true

0 commit comments

Comments
 (0)