[cpp-async] Bump to 1.1.0 (#34365)

This commit is contained in:
Weihang Ding 2023-10-10 06:31:56 +08:00 committed by GitHub
parent 2b27fa31d6
commit ca07471a8b
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 9e28fd158e8caf0220fa28606d209ccf5e1f70dee5c2d059619e924615e379edafa9b18d642315b0fc64f41528573f3d10fb83b093ba1959466aaae43539ffe1
SHA512 6351329db0b485ae26bda74fe78bfbd0890a46e6f89325a953b058f88da4826a139d0ae90d75411680e1ee3c13c3c02f30907653e3643bd0b9556a4be7ea6707
HEAD_REF main
)

View File

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

View File

@ -1777,7 +1777,7 @@
"port-version": 6
},
"cpp-async": {
"baseline": "1.0.1",
"baseline": "1.1.0",
"port-version": 0
},
"cpp-base64": {

View File

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