Skip to content

Commit 9438f80

Browse files
committed
chore: Remove rust-version from private packages
I removed it from `cargo-test-support` and `cargo-test-macro`, despite people depending on those (via git) because my long term plan is resting on the `auto` value which won't affect git dependencies.
1 parent a8187e5 commit 9438f80

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

benches/benchsuite/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "benchsuite"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
homepage = "https://github.com/rust-lang/cargo"

benches/capture/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "capture"
33
version = "0.1.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
description = "Tool for capturing a real-world workspace for benchmarking."

crates/cargo-test-macro/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-test-macro"
33
version = "0.1.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
homepage.workspace = true

crates/cargo-test-support/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-test-support"
33
version = "0.1.0"
4-
rust-version.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

crates/mdman/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "mdman"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76
description = "Creates a man page page from markdown."

crates/resolver-tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "resolver-tests"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
publish = false
76

crates/semver-check/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "semver-check"
33
version = "0.0.0"
44
authors = ["Eric Huss"]
5-
rust-version.workspace = true
65
edition.workspace = true
76
publish = false
87

crates/xtask-build-man/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "xtask-build-man"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
publish = false
76

crates/xtask-bump-check/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "xtask-bump-check"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
publish = false
76

crates/xtask-stale-label/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "xtask-stale-label"
33
version = "0.0.0"
4-
rust-version.workspace = true
54
edition.workspace = true
65
publish = false
76

0 commit comments

Comments
 (0)