On Mon, 20 Jun 2016 21:27:19 +0200, Jacob Carlborg wrote:
The way I do this when both projects change quite a lot is to use a
local path for the library dependency [1]:"dependencies": {
"lib": { "path": "some/local/path" }
}They you don't need to commit, push or tag anything. Of course I don't
commit that change.[1] http://code.dlang.org/package-format?lang=json#version-specs
/Jacob Carlborg
This works nice, thx.