dlang-community / DCD

The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349 stars 71 forks source link

upgrade msgpack to ~>1.0 #701

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

Fixes msgpack-d deprecations, allows minor bumps upstream, allows DUB dependees to use other msgpack-d versions.

PetarKirov commented 1 year ago

Can you commit the lock file dub.selections.json? Otherwise we have no idea exactly what version you tested with (I can guess that was the latest one, but technically 1.0.1 still satisfies ~>1.0).

WebFreak001 commented 1 year ago

committed & adjusted CI to respect the dub.selections.json when running tests