mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
asio-grpc: Update to 2.8.0 (#35591)
This commit is contained in:
parent
faf6debcab
commit
de69451564
@ -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
|
||||
)
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ab210d20b701caf5c71159529c8b4f163df0c5cc",
|
||||
"version": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b0650c5252b1fb7f0ec616bb3aa9ef7c51732698",
|
||||
"version": "2.7.0",
|
||||
|
@ -253,7 +253,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"asio-grpc": {
|
||||
"baseline": "2.7.0",
|
||||
"baseline": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"asiosdk": {
|
||||
|
Loading…
Reference in New Issue
Block a user