[simdjson] Update to 3.1.8 (#31479)

* [simdjson] Update to 3.1.8

* [simdjson] Bump version
This commit is contained in:
myd7349 2023-05-19 02:22:21 +08:00 committed by GitHub
parent 7e957fda0c
commit d707c55758
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 6b54723720aa83333816e3bbd5cfe8dc71b087ac1d20d8982601563b70146bd63629a9f74cbc460a78ab2c83c689991586ef20a268fc67946b57dcc3f5486bc5
SHA512 bdddf6a1afbe289fa075cbe05d9f70c29c61fa824be52e414d8344bd1c77117634bf44122629980e69571cf4bad1da5f2b9818ea878290cc360913fb2279d3e5
)
vcpkg_check_features(

View File

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

View File

@ -7445,7 +7445,7 @@
"port-version": 0
},
"simdjson": {
"baseline": "3.1.7",
"baseline": "3.1.8",
"port-version": 0
},
"simdutf": {

View File

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