Skip to content

Commit 24c00a3

Browse files
committed
chore: remove version field from publish=false packages
In 1.75 cargo allows versionless manifest. We should keep up and dogfood ourselves.
1 parent b2e1d3b commit 24c00a3

File tree

11 files changed

+3
-23
lines changed

11 files changed

+3
-23
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/benchsuite/Cargo.toml

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

119
[dependencies]
1210
cargo.workspace = true

benches/capture/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "capture"
3-
version = "0.1.0"
43
edition.workspace = true
54
license.workspace = true
65
description = "Tool for capturing a real-world workspace for benchmarking."
7-
publish = false
86

97
[dependencies]
108
cargo_metadata.workspace = true

crates/cargo-test-macro/Cargo.toml

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

1210
[lib]
1311
proc-macro = true

crates/cargo-test-support/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "cargo-test-support"
3-
version = "0.1.0"
43
license.workspace = true
54
edition.workspace = true
6-
publish = false
75

86
[lib]
97
doctest = false

crates/mdman/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "mdman"
3-
version = "0.0.0"
43
edition.workspace = true
54
license.workspace = true
65
description = "Creates a man page page from markdown."
7-
publish = false
86

97
[dependencies]
108
anyhow.workspace = true

crates/resolver-tests/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "resolver-tests"
3-
version = "0.0.0"
43
edition.workspace = true
5-
publish = false
64

75
[dependencies]
86
cargo.workspace = true

crates/semver-check/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "semver-check"
3-
version = "0.0.0"
43
authors = ["Eric Huss"]
54
edition.workspace = true
6-
publish = false
75

86
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
97

crates/xtask-build-man/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "xtask-build-man"
3-
version = "0.0.0"
43
edition.workspace = true
5-
publish = false
64

75
[dependencies]
86

crates/xtask-bump-check/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "xtask-bump-check"
3-
version = "0.0.0"
43
edition.workspace = true
5-
publish = false
64

75
[dependencies]
86
anyhow.workspace = true

crates/xtask-stale-label/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "xtask-stale-label"
3-
version = "0.0.0"
43
edition.workspace = true
5-
publish = false
64

75
[dependencies]
86
toml_edit.workspace = true

0 commit comments

Comments
 (0)