Skip to content

Commit 95535a9

Browse files
committed
Auto merge of #11996 - epage:move, r=weihanglo
chore: Use globs for workspace members This is a short-term option until we can have a better solution for globbing. This does not update `benches/` to support which has a README in there preventing globbing; this seems low-churn enough not to find a solution for it. On the next sync-up with rust-lang/rust, we'll need to update https://github.com/rust-lang/rust/blob/4e463012580415a932ae4fc255aff45982c70369/src/bootstrap/tool.rs#L588-L603 Fixes #11988
2 parents 9d506e5 + 895435f commit 95535a9

File tree

16 files changed

+5
-12
lines changed

16 files changed

+5
-12
lines changed

Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
[workspace]
22
resolver = "2"
33
members = [
4+
"crates/*",
5+
"credential/*",
46
"benches/benchsuite",
57
"benches/capture",
6-
"crates/cargo-platform",
7-
"crates/cargo-test-macro",
8-
"crates/cargo-test-support",
9-
"crates/cargo-util",
10-
"crates/crates-io",
11-
"crates/credential/*",
12-
"crates/home",
13-
"crates/mdman",
14-
"crates/resolver-tests",
158
]
169
exclude = [
1710
# For linkchecker (downloaded during CI) and semver-check
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)