[cpp-async] Update to version 1.0.1 (#32756) (#32757)

This commit is contained in:
David Matson 2023-07-25 20:07:29 -07:00 committed by GitHub
parent fa9d1fab3c
commit c6cb06f0c9
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 microsoft/cpp-async
REF "v${VERSION}"
SHA512 c3a6700c86d6bec2680c9d0edfe3ed02e83f8ecec134163243a7bfa4e12d4867a47d64eadd377de9b2a69401b8b512e0ee274275895a8f301c266db24b6e0a4b
SHA512 9e28fd158e8caf0220fa28606d209ccf5e1f70dee5c2d059619e924615e379edafa9b18d642315b0fc64f41528573f3d10fb83b093ba1959466aaae43539ffe1
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "cpp-async",
"version": "1.0.0",
"version": "1.0.1",
"description": "Support types and functions for C++20 coroutines",
"homepage": "https://github.com/microsoft/cpp-async",
"license": "MIT"

View File

@ -1757,7 +1757,7 @@
"port-version": 5
},
"cpp-async": {
"baseline": "1.0.0",
"baseline": "1.0.1",
"port-version": 0
},
"cpp-base64": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c9b2e9c3ddd004c4201a27963d4b1bedb2dc2b2c",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "f1eaddcca26f72bb7be5a6227bffd3897798341c",
"version": "1.0.0",