[simdjson] Update to 3.1.7 (#30858)

* [simdjson] Update to 3.1.7

* [simdjson] Bump version
This commit is contained in:
myd7349 2023-04-15 14:38:04 +08:00 committed by GitHub
parent 65f80ec4d0
commit 086e63910e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
REPO simdjson/simdjson
REF "v${VERSION}"
HEAD_REF master
SHA512 72f27b010e659025f9c8842daf79364d0d0f40cddd66858956ab4fa4f3f3a631fe342f440201d58ed9af42a4356aafafaac8d3caf3317dd1a6314dad3a71081a
SHA512 6b54723720aa83333816e3bbd5cfe8dc71b087ac1d20d8982601563b70146bd63629a9f74cbc460a78ab2c83c689991586ef20a268fc67946b57dcc3f5486bc5
)
vcpkg_check_features(

View File

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

View File

@ -7333,7 +7333,7 @@
"port-version": 1
},
"simdjson": {
"baseline": "3.1.6",
"baseline": "3.1.7",
"port-version": 0
},
"simdutf": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9ef276894dacedca108836726f0e37278fb53861",
"version": "3.1.7",
"port-version": 0
},
{
"git-tree": "8d4926521a5e488d316ec612c5cca368ae842cc9",
"version": "3.1.6",