Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resort to strict version matching for invalid PackageVersionConstraint
If there isn't a constraint (only `=` is currently supported) and the version cannot be parsed as a SemVer (`VersionReq`), we'll automatically fall back to strict version matching (as if `=` was provided) in order to better support exotic versions. This is done to retain CLI compatibility with the old behaviour. Signed-off-by: Michael Weiss <[email protected]>
- Loading branch information