[simdjson] Update to 3.1.0 (#29455)

* [simdjson] Update to 3.1.0

* [simdjson] Bump version
This commit is contained in:
myd7349 2023-02-07 02:14:02 +08:00 committed by GitHub
parent 0ba60bfef5
commit a0c74da208
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 0d2455029d845e801809dd54b01ae47173d7d8e8 # v3.0.1
REF 7500d7bb4fa7323e6776ed47ca7e5e9b0084d2fc # v3.1.0
HEAD_REF master
SHA512 37c4812b28fb39140f430b2f2c1610764fafa38ca4a44935d091a8c17f30c4334bf1c3db451d76476bde9a7499a01360d3320f8bb9d7e2234a47fd8e79ebfc13
SHA512 ab4d581d114834379577fae535b516309d807be3d9bd88e68aede6bca8b3409511ab78f7aee9899921cbdd89844feedcd809cb1dd206b991844bea10b3ad904b
)
vcpkg_check_features(

View File

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

View File

@ -7145,7 +7145,7 @@
"port-version": 0
},
"simdjson": {
"baseline": "3.0.1",
"baseline": "3.1.0",
"port-version": 0
},
"simdutf": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eaad9d1c9ae1f76ee9282b43c6e8b1142cb6d846",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "ff708500050d07b2ac485028999782e929e4fa4c",
"version": "3.0.1",