[simdjson] Update to 3.1.2 (#29811)

* [simdjson] Update to 3.1.2

* [simdjson] Bump version
This commit is contained in:
myd7349 2023-02-25 03:31:14 +08:00 committed by GitHub
parent 54cc53c434
commit 5ecaf6697f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson
REF 3177cd1b5d30eee17940dac05cc8f6eb538bb478 # v3.1.1
REF 8a247f13216aa5a0b149ebb5e352d26eb13f309a # v3.1.2
HEAD_REF master
SHA512 b84764262defcb54b5a485f99272027fc9ba8942be77e87654dccf35b624693eefc778c1ebfdad4f57604b5668d931eb30067feb8495c9275ea03092552c0d7c
SHA512 6a7394ccde9c9c5be936e260ba48ebead7447a9d40c110071e0901ff8d70422a7aa8e50321d98ec5b50122948395b89a7d0aa40ed171261bea340bf1c0077927
)
vcpkg_check_features(

View File

@ -1,6 +1,6 @@
{
"name": "simdjson",
"version": "3.1.1",
"version": "3.1.2",
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
"homepage": "https://simdjson.org/",
"license": "Apache-2.0",

View File

@ -7213,7 +7213,7 @@
"port-version": 0
},
"simdjson": {
"baseline": "3.1.1",
"baseline": "3.1.2",
"port-version": 0
},
"simdutf": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "780181f6b18135c5a85f8aeb5e141f81890fb99b",
"version": "3.1.2",
"port-version": 0
},
{
"git-tree": "99c53c78e68f1b239dfa2ee00326e207b8b0e969",
"version": "3.1.1",