Newer
Older
dub_jkp / changelog / minDubVersion.dd
@Remi Thebault Remi Thebault on 20 Aug 2018 344 bytes better changelog
Dub now supports a `minDubVersion` field.

This field will abort the build if the user doesn't have a recent enough version of dub
and miss needed feature to perform the build.

`minDubVersion` can be added to project's `dub.json`:
-------
{
    ...
    "minDubVersion": "1.10"
    ...
}
------
or `dub.sdl`:
------
minDubVersion "1.10"
------