On Monday, 2 February 2015 at 10:09:00 UTC, Joseph Rushton Wakeling wrote:Well, as long as the requirements are expressed in the form,"package-name": ">=1.2.3"This will allow Dub to pick a new major version with incompatible changes, no?
Yes, I would advise never to use >=, especially for a library. http://p0nce.github.io/d-idioms/#Never-use-%3E=-for-dependencies
