Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[parallel-hashmap] update version to 1.34 #23365

Merged
merged 7 commits into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/parallel-hashmap/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
REF 1.33
SHA512 287f098229153d925632e68e3cdbabfae0ea0ab8864089e4c0553a166c6079ca82ed5246ba53afd2a2917abcf06f37bc18f098e721f5f3b8def4d2d8c1c8c745
REF 1.34
SHA512 3747422e80406aa77b009adee3c16325640dd1044560882fb881dac5ef4109f7d165d26ed7e64002c9285275f95962725ce20c918da12c0c113999c8ca3c7429
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/parallel-hashmap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallel-hashmap",
"version-string": "1.33",
"version": "1.34",
"port-version": 1,
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A header-only, very fast and memory-friendly family of C++ hash maps."
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers."
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5221,7 +5221,7 @@
"port-version": 1
},
"parallel-hashmap": {
"baseline": "1.33",
"baseline": "1.34",
"port-version": 1
},
"parallelstl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/parallel-hashmap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91ec64439617b40db9462e9f27e35f2592b24ff1",
"version": "1.34",
"port-version": 1
},
{
"git-tree": "4c8c5305bf3135855a29acfde1effc1f9897ea4d",
"version-string": "1.33",
Expand Down