File tree 3 files changed +7
-11
lines changed
src/tools/rustc-std-workspace
rustc-std-workspace-alloc
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
edition = " 2018"
6
6
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
+ """
8
10
9
11
repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
10
-
11
- [dependencies ]
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ version = "1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = """
7
- Explicitly empty crate for rust-lang/rust integration
7
+ crate for integration of crates.io crates into rust-lang/rust standard library workspace
8
8
"""
9
9
10
10
repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
11
-
12
- [dependencies ]
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ name = "rustc-std-workspace-std"
3
3
version = " 1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
- description = " Workaround for rustbuild"
6
+ description = """
7
+ crate for integration of crates.io crates into rust-lang/rust standard library workspace
8
+ """
7
9
8
10
repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
9
-
10
- [lib ]
11
- name = " std"
12
-
You can’t perform that action at this time.
0 commit comments