[bshoshany-thread-pool] Updated to v4.0.1 (#35910)

* [bshoshany-thread-pool] Updated to v4.0.1

* [bshoshany-thread-pool] Updated to v4.0.1
This commit is contained in:
Barak Shoshany 2023-12-29 03:00:00 -05:00 committed by GitHub
parent 9d3db6b7e4
commit d53829ec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF "v${VERSION}"
SHA512 a503f6877d8264c79bdffec204551a3bfba50c608dba34bbfb8145dc480715ed3d86d3d70cbe86855d3a739474c4de6e204ab1f95fe9fd3245e93cddd7e345af
SHA512 37ebde68a9dc74204fc3df90a8f69cf17be241224eb2176d0841be0d412f8882ecf9abcc7eb61a19874b542988c22a88b4f7087efa86d0f435f996fa438eef5a
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "4.0.0",
"version": "4.0.1",
"maintainers": "Barak Shoshany <baraksh@gmail.com>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eedda7057a9359ec30cec22194f7a5da5320ac16",
"version": "4.0.1",
"port-version": 0
},
{
"git-tree": "0dab54b91bf4c70fc898cb14fb2505773f54660b",
"version": "4.0.0",

View File

@ -1337,7 +1337,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "4.0.0",
"baseline": "4.0.1",
"port-version": 0
},
"bsio": {