Skip to content

Commit f047721

Browse files
committed
clean up manifests
1 parent a875212 commit f047721

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

src/tools/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
edition = "2018"
66
license = 'MIT/Apache-2.0'
7-
description = 'workspace hack'
7+
description = """
8+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
9+
"""
810

911
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
10-
11-
[dependencies]

src/tools/rustc-std-workspace/rustc-std-workspace-core/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name = "rustc-std-workspace-core"
33
version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
5+
edition = "2018"
56
license = "MIT/Apache-2.0"
67
description = """
7-
Explicitly empty crate for rust-lang/rust integration
8+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
89
"""
910

1011
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
11-
12-
[dependencies]

src/tools/rustc-std-workspace/rustc-std-workspace-std/Cargo.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name = "rustc-std-workspace-std"
33
version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
5+
edition = "2018"
56
license = "MIT/Apache-2.0"
6-
description = "Workaround for rustbuild"
7+
description = """
8+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
9+
"""
710

811
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
9-
10-
[lib]
11-
name = "std"
12-

0 commit comments

Comments
 (0)