diff --git a/Cargo.lock b/Cargo.lock index e8f69e248343..6b50a9c1fe1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "capture" -version = "0.1.0" +version = "0.0.0" dependencies = [ "cargo_metadata", "flate2", @@ -383,11 +383,11 @@ dependencies = [ [[package]] name = "cargo-test-macro" -version = "0.1.0" +version = "0.0.0" [[package]] name = "cargo-test-support" -version = "0.1.0" +version = "0.0.0" dependencies = [ "anstream", "anstyle", diff --git a/benches/benchsuite/Cargo.toml b/benches/benchsuite/Cargo.toml index 25c1604385fd..41426a3760a5 100644 --- a/benches/benchsuite/Cargo.toml +++ b/benches/benchsuite/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "benchsuite" -version = "0.0.0" rust-version.workspace = true edition.workspace = true license.workspace = true homepage = "https://github.com/rust-lang/cargo" repository = "https://github.com/rust-lang/cargo" description = "Benchmarking suite for Cargo." -publish = false [dependencies] cargo.workspace = true diff --git a/benches/capture/Cargo.toml b/benches/capture/Cargo.toml index 16f2c5071e46..d7dee8299fd1 100644 --- a/benches/capture/Cargo.toml +++ b/benches/capture/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "capture" -version = "0.1.0" rust-version.workspace = true edition.workspace = true license.workspace = true description = "Tool for capturing a real-world workspace for benchmarking." -publish = false [dependencies] cargo_metadata.workspace = true diff --git a/crates/cargo-test-macro/Cargo.toml b/crates/cargo-test-macro/Cargo.toml index 23a63e9a2cd1..57b90588f435 100644 --- a/crates/cargo-test-macro/Cargo.toml +++ b/crates/cargo-test-macro/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "cargo-test-macro" -version = "0.1.0" rust-version.workspace = true edition.workspace = true license.workspace = true @@ -8,7 +7,6 @@ homepage.workspace = true repository.workspace = true documentation = "https://github.com/rust-lang/cargo" description = "Helper proc-macro for Cargo's testsuite." -publish = false [lib] proc-macro = true diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 1098d598d603..aab6a6cf94b0 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "cargo-test-support" -version = "0.1.0" rust-version.workspace = true license.workspace = true edition.workspace = true -publish = false [lib] doctest = false diff --git a/crates/mdman/Cargo.toml b/crates/mdman/Cargo.toml index 4e86b8e1a683..2bc8075c5c35 100644 --- a/crates/mdman/Cargo.toml +++ b/crates/mdman/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "mdman" -version = "0.0.0" rust-version.workspace = true edition.workspace = true license.workspace = true description = "Creates a man page page from markdown." -publish = false [dependencies] anyhow.workspace = true diff --git a/crates/resolver-tests/Cargo.toml b/crates/resolver-tests/Cargo.toml index 11d5b5d0d83a..47287bb834d4 100644 --- a/crates/resolver-tests/Cargo.toml +++ b/crates/resolver-tests/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "resolver-tests" -version = "0.0.0" rust-version.workspace = true edition.workspace = true -publish = false [dependencies] cargo.workspace = true diff --git a/crates/semver-check/Cargo.toml b/crates/semver-check/Cargo.toml index ab13b5730514..86ce663810fa 100644 --- a/crates/semver-check/Cargo.toml +++ b/crates/semver-check/Cargo.toml @@ -1,12 +1,8 @@ [package] name = "semver-check" -version = "0.0.0" authors = ["Eric Huss"] rust-version.workspace = true edition.workspace = true -publish = false - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tempfile.workspace = true diff --git a/crates/xtask-build-man/Cargo.toml b/crates/xtask-build-man/Cargo.toml index 87ae8c670a08..e78546215eba 100644 --- a/crates/xtask-build-man/Cargo.toml +++ b/crates/xtask-build-man/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "xtask-build-man" -version = "0.0.0" rust-version.workspace = true edition.workspace = true -publish = false [dependencies] diff --git a/crates/xtask-bump-check/Cargo.toml b/crates/xtask-bump-check/Cargo.toml index 989ece4b70cb..dab1d41e6a34 100644 --- a/crates/xtask-bump-check/Cargo.toml +++ b/crates/xtask-bump-check/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "xtask-bump-check" -version = "0.0.0" rust-version.workspace = true edition.workspace = true -publish = false [dependencies] anyhow.workspace = true diff --git a/crates/xtask-stale-label/Cargo.toml b/crates/xtask-stale-label/Cargo.toml index aff6194b7cd6..e2b73646784c 100644 --- a/crates/xtask-stale-label/Cargo.toml +++ b/crates/xtask-stale-label/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "xtask-stale-label" -version = "0.0.0" rust-version.workspace = true edition.workspace = true -publish = false [dependencies] toml_edit.workspace = true