mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[cpp-async] Bump to 1.1.0 (#34365)
This commit is contained in:
parent
2b27fa31d6
commit
ca07471a8b
@ -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
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
|
@ -1777,7 +1777,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"cpp-async": {
|
||||
"baseline": "1.0.1",
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-base64": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3f29e519d60913ea86ca5cee69d9129a1e04b337",
|
||||
"version": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c9b2e9c3ddd004c4201a27963d4b1bedb2dc2b2c",
|
||||
"version": "1.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user