diff --git a/ports/asio-grpc/portfile.cmake b/ports/asio-grpc/portfile.cmake index f2cbb84a21..9f90f6ff5c 100644 --- a/ports/asio-grpc/portfile.cmake +++ b/ports/asio-grpc/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tradias/asio-grpc REF "v${VERSION}" - SHA512 3ad088a090a506f12d73fdac1689d9aea0416f9d21762c7be1de9d5a278ac2e856541e7b433809077e5297d2953b55357380e5097d894bd511c652927ec5daba + SHA512 e41d2cf4098af9921fc8911634baa7b2c283d6afa31dbb6ff371c385ed5f6518eb870672a5c0b0fcc42b5cb767cdd82b077e85afbf0b132b74bd2c80118907b8 HEAD_REF master ) diff --git a/ports/asio-grpc/usage b/ports/asio-grpc/usage index bb11c4a939..a34fbb4160 100644 --- a/ports/asio-grpc/usage +++ b/ports/asio-grpc/usage @@ -13,3 +13,7 @@ The standalone Asio backend. Install "asio" and link with: The libunifex backend. Install "libunifex" and link with: target_link_libraries(main PRIVATE asio-grpc::asio-grpc-unifex) + +The stdexec backend. Install "stdexec" and link with: + + target_link_libraries(main PRIVATE asio-grpc::asio-grpc-stdexec) diff --git a/ports/asio-grpc/vcpkg.json b/ports/asio-grpc/vcpkg.json index c32c28d79b..8dec481bf5 100644 --- a/ports/asio-grpc/vcpkg.json +++ b/ports/asio-grpc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "asio-grpc", - "version": "2.7.0", + "version": "2.8.0", "description": "Asynchronous gRPC with Asio/unified executors", "homepage": "https://github.com/Tradias/asio-grpc", "license": "Apache-2.0", diff --git a/versions/a-/asio-grpc.json b/versions/a-/asio-grpc.json index eb416112d0..5695c100d0 100644 --- a/versions/a-/asio-grpc.json +++ b/versions/a-/asio-grpc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ab210d20b701caf5c71159529c8b4f163df0c5cc", + "version": "2.8.0", + "port-version": 0 + }, { "git-tree": "b0650c5252b1fb7f0ec616bb3aa9ef7c51732698", "version": "2.7.0", diff --git a/versions/baseline.json b/versions/baseline.json index a908e0d219..738f0aba9c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -253,7 +253,7 @@ "port-version": 0 }, "asio-grpc": { - "baseline": "2.7.0", + "baseline": "2.8.0", "port-version": 0 }, "asiosdk": {