update rustc-std-workspace crates

- make rustc-std-workspace-core/alloc re-exports of their underlying crates, like std
= cleanup manifests
This commit is contained in:
Ralf Jung 2024-11-03 22:30:16 +01:00
parent 5c6f27b1e0
commit b12745863e
9 changed files with 40 additions and 12 deletions

View file

@ -3,6 +3,9 @@ resolver = "2"
members = [
"compiler/rustc",
"src/etc/test-float-parse",
"src/rustc-std-workspace/rustc-std-workspace-core",
"src/rustc-std-workspace/rustc-std-workspace-alloc",
"src/rustc-std-workspace/rustc-std-workspace-std",
"src/rustdoc-json-types",
"src/tools/build_helper",
"src/tools/cargotest",