Closed jrvanwhy closed 1 year ago
Several crates under apis/ have license = "MIT/Apache-2.0" in their Cargo.toml files. This is a deprecated syntax; the SPDX expression MIT OR Apache-2.0 (order does not matter) should be used instead.
apis/
license = "MIT/Apache-2.0"
Cargo.toml
MIT OR Apache-2.0
Some background on the deprecation is at https://github.com/rust-lang/cargo/pull/4898
Several crates under
apis/
havelicense = "MIT/Apache-2.0"
in theirCargo.toml
files. This is a deprecated syntax; the SPDX expressionMIT OR Apache-2.0
(order does not matter) should be used instead.Some background on the deprecation is at https://github.com/rust-lang/cargo/pull/4898