Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump jsoncons to v0.177.0 #2493

Open
wants to merge 10 commits into
base: unstable
Choose a base branch
from
4 changes: 2 additions & 2 deletions cmake/jsoncons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(jsoncons
danielaparker/jsoncons v0.176.0
MD5=5d0343fe48cbc640bdb42d89a5b87182
danielaparker/jsoncons v0.177.0
MD5=393062889321f4f715a9302d8f49acf8
)

FetchContent_MakeAvailableWithArgs(jsoncons
Expand Down
Loading