microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.75k stars 6.29k forks source link

[daw-json-link] update to v3.15.0 and dependencies #29912

Closed beached closed 1 year ago

beached commented 1 year ago

Library name: daw-json-link to release v3.10.0 Also, two of it's two dependencies need to be upgraded prior/at the same time daw-header-libraries to v2.87.1 and daw-utf-range to v2.2.3

New version number: [daw-json-link] v3.15.0 [daw-header-libraries] v2.87.1 [daw-utf-range] v2.2.3

Other information that may be useful (release notes, etc...) https://github.com/beached/daw_json_link/compare/v3.10.0...v3.15.0

Highlights

beached commented 1 year ago

Thanks :)

Not seeing the required dependencies to daw-json-link getting their updates and still at the old versions.

jimwang118 commented 1 year ago

Thanks :)

Not seeing the required dependencies to daw-json-link getting their updates and still at the old versions.

You can see the latest version by updating the code again.

beached commented 1 year ago

I've pulled in the latest changes a few times and see

daw-header-libraries     2.76.2           Set of header-only algorithms used in daw-utf8-range and daw-json-link.
daw-json-link            3.15.0           Perhaps the fastest JSON deserializer/serializer posssible or at least clo...
daw-utf-range            2.2.2            Header-only utf8 string range used by daw-json-link. Includes a constexpr/...

But utf-range should be 2.2.3 and header-libraries should be 2.87.1

jimwang118 commented 1 year ago

This PR just updates the version of daw-json-link, the other two need another PR to update.

beached commented 1 year ago

Ah, no problem. The last few times I was able to do the others in the same issue as it is unknown if json-link will work with the older versions.

Thanks