Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion ports/cpp-async/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cpp-async
REF "v${VERSION}"
SHA512 6351329db0b485ae26bda74fe78bfbd0890a46e6f89325a953b058f88da4826a139d0ae90d75411680e1ee3c13c3c02f30907653e3643bd0b9556a4be7ea6707
SHA512 3ee150d37b8d5f9f4153407a796ec23b10d567bc316253091cf1f052ad96a1097e730496db49ec1333d3a824856a5d242500dfe6b8bba4a1e0ac942168548df9
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cpp-async/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpp-async",
"version": "1.1.0",
"version": "1.2.0",
"description": "Support types and functions for C++20 coroutines",
"homepage": "https://github.com/microsoft/cpp-async",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@
"port-version": 0
},
"cpp-async": {
"baseline": "1.1.0",
"baseline": "1.2.0",
"port-version": 0
},
"cpp-base64": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-async.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0cc822aaa330c0408f6e95d5d2f4d604724ac7bd",
"version": "1.2.0",
"port-version": 0
},
{
"git-tree": "3f29e519d60913ea86ca5cee69d9129a1e04b337",
"version": "1.1.0",
Expand Down