vcpkg/ports/parallel-hashmap/vcpkg.json
Gregory Popovitch dc558404ec
[parallel-hashmap] Bump version to 1.3.8 (#27061)
* [parallel-hashmap] Bump version to 1.3.8

* run x-add-version
2022-10-03 13:58:05 -07:00

13 lines
275 B
JSON

{
"name": "parallel-hashmap",
"version": "1.3.8",
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}