File tree 3 files changed +10
-12
lines changed
src/tools/rustc-std-workspace
rustc-std-workspace-alloc
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 2
2
name = " rustc-std-workspace-alloc"
3
3
version = " 1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
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 2
2
name = " rustc-std-workspace-core"
3
3
version = " 1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
+ edition = " 2021"
5
6
license = " MIT/Apache-2.0"
6
7
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
8
9
"""
9
10
10
11
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 2
2
name = " rustc-std-workspace-std"
3
3
version = " 1.0.1"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
+ edition = " 2021"
5
6
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
+ """
7
10
8
11
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