jsoncons: upgrade 1.3.1 -> 1.3.2

- Fixed bug:

    - Git Issue #607: Fixed issue with 'staj_object_view' and 'staj_array_view' iterators that got introduced
    as a consequence of a change in 1.3.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-04-22 16:48:54 +08:00 committed by Khem Raj
parent ed1364e726
commit 9ddc159415
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820"
SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}"
SRCREV = "9ccf27f2b1a142d737f0dcc42780d8b02baf9743"
SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2"
S = "${WORKDIR}/git"