The Cargo manifest format requires a specific syntax for specifying the license key. MIT/Apache-2.0 is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in the Cargo reference format docs.
Instead, we now use MIT OR Apache-2.0, which is the intended way to write this license.
The Cargo manifest format requires a specific syntax for specifying the license key.
MIT/Apache-2.0
is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in the Cargo reference format docs.Instead, we now use
MIT OR Apache-2.0
, which is the intended way to write this license.