Re: Range of dub package versions

2020-12-29 Thread ShadoLight via Digitalmars-d-learn
On Monday, 28 December 2020 at 23:49:02 UTC, rikki cattermole wrote: $ dub upgrade [..] Unless you change the version invalidating it, it most likely won't upgrade by itself. Thanks Rikki - that explains it and, indeed, worked perfectly. Thanks!

Re: Range of dub package versions

2020-12-28 Thread rikki cattermole via Digitalmars-d-learn
$ dub upgrade https://dub.pm/commandline.html#upgrade dub.selections.json hasn't been deleted/upgraded so the versions would have gotten pinned to a known good state. Unless you change the version invalidating it, it most likely won't upgrade by itself.

Range of dub package versions

2020-12-28 Thread ShadoLight via Digitalmars-d-learn
I can build my app using dub, which has a dependency on the particular version of dlangui that was available when I originally created the project: "dependencies": { "dlangui": "~>0.9.182", ...etc.. }, I've recently noticed that the dlangui packa