-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[parallel-hashmap] update version to 1.34 (#23365)
* [parallel-hashmap] update version to 1.34 * run `vcpkg x-add-version --all` and change `version-string` to `version` * make suggested changes * add changes suggested by @JonLui1993 * ran `vcpkg x-add-version --all ` as suggested * update version * update parallel-hashmap.json Co-authored-by: Jonliu1993 <[email protected]>
- Loading branch information
1 parent
97113b4
commit 54ab052
Showing
4 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"name": "parallel-hashmap", | ||
"version-string": "1.33", | ||
"port-version": 1, | ||
"description": "A header-only, very fast and memory-friendly family of C++ hash maps." | ||
"version": "1.34", | ||
"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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters