[simdjson] Fix typo in description (#37428)

This commit is contained in:
wtz 2024-03-19 05:26:07 +08:00 committed by GitHub
parent dadde41bfe
commit 7dce6b1655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{
"name": "simdjson",
"version": "3.6.2",
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
"port-version": 1,
"description": "An extremely fast JSON library that can parse gigabytes of JSON per second",
"homepage": "https://simdjson.org/",
"license": "Apache-2.0",
"dependencies": [
@ -31,7 +32,7 @@
"description": "Link with thread support"
},
"utf8-validation": {
"description": "Enable UTF8 validation"
"description": "Enable UTF-8 validation"
}
}
}

View File

@ -8058,7 +8058,7 @@
},
"simdjson": {
"baseline": "3.6.2",
"port-version": 0
"port-version": 1
},
"simdutf": {
"baseline": "4.0.9",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2adb8c3282818e83fe032201eb62deabdcaa44ae",
"version": "3.6.2",
"port-version": 1
},
{
"git-tree": "85480e0db4ff161c74400267ba3567d038fb15c7",
"version": "3.6.2",