Fix limit conditions when merging dependency version ranges.
When merging a dependency ">=A <B" with a dependency that matches B exactly, the resulting dependency was ">=B <=B" instead of ">=B <B", thus erroneously matching B. |
---|
|
source/dub/dependency.d |
---|