diff options
| author | myd7349 <myd7349@gmail.com> | 2021-09-08 23:02:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 08:02:07 -0700 |
| commit | e239a6fa6e701602729dfec6836ffa41ff06ee86 (patch) | |
| tree | b0ec965e91ce80c0117b447c9f0b221fafc2c3b2 /ports/simdjson/vcpkg.json | |
| parent | 6ea34201f3bad8aa7bc68ef381e236df787b5074 (diff) | |
| download | vcpkg-e239a6fa6e701602729dfec6836ffa41ff06ee86.tar.gz vcpkg-e239a6fa6e701602729dfec6836ffa41ff06ee86.zip | |
[simdjson] Update to v1.0.0 (#20052)
* [simdjson] Update to 1.0.0
* [simdjson] Bump version
Diffstat (limited to 'ports/simdjson/vcpkg.json')
| -rw-r--r-- | ports/simdjson/vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 3f77cc510..010a5a734 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version": "0.9.7", + "version-semver": "1.0.0", "description": "A extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0", |
