File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
name = " chalk"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Model of the Rust trait system"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
name = " chalk-derive"
3
3
version = " 0.81.0-dev.0"
4
4
description = " A helper crate for use by chalk crates for `derive` macros."
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
name = " chalk-engine"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Core trait engine from Chalk project"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chalk-integration"
3
3
version = " 0.81.0-dev.0"
4
- license = " Apache-2.0/MIT "
4
+ license = " MIT OR Apache-2.0"
5
5
description = " Sample solver setup for Chalk"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
Original file line number Diff line number Diff line change 2
2
name = " chalk-ir"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Chalk's internal representation of types, goals, and clauses"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
name = " chalk-parse"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Parser for the Chalk project"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
name = " chalk-recursive"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Recursive solver for the Chalk project"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
name = " chalk-solve"
3
3
version = " 0.81.0-dev.0"
4
4
description = " Combines the chalk-engine with chalk-ir"
5
- license = " Apache-2.0/MIT "
5
+ license = " MIT OR Apache-2.0"
6
6
authors = [" Rust Compiler Team" , " Chalk developers" ]
7
7
repository = " https://github.com/rust-lang/chalk"
8
8
readme = " README.md"
You can’t perform that action at this time.
0 commit comments