You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `license-exprs` crate with `spdx`
Resolves#2595
tl;dr you can now use parenthesis (e.g. `X AND (Y OR Z)`) in license expressions. the custom `/` operator is still supported for now, though not directly compatible with the use of parenthesis.
cargo_err("unknown or invalid license expression; see http://opensource.org/licenses for options, and http://spdx.org/licenses/ for their identifiers")
201
+
})?;
197
202
198
203
Ok(())
199
204
}
@@ -277,13 +282,11 @@ mod tests {
277
282
assert_ok!(validate_license_expr("MIT OR Apache-2.0"));
0 commit comments