[asio-grpc] Update to 3.3.0 (#42389)

This commit is contained in:
Dennis 2024-11-27 22:50:14 +01:00 committed by GitHub
parent 2a093159b7
commit 95bad1fa69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF "v${VERSION}"
SHA512 4736b5e4e3e891417391374e21f06a51b135791ced82f7f1c4c0f0d6ead275ea81f8f97812a9570376463f4a18c8a43b73d6f75db624c19337b6553cedf8f2b3
SHA512 477ce61e4f1f6baed2f95d49f8d67572f1c88fb98e76006ac82ef02c633d8121d01b835b5da1cbac183e3154b3dcd9a3f9307601a108a5e8b7b902dab4a65a10
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "3.2.1",
"version": "3.3.0",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4d865e8676a6b5f365872eba731c3a8ab9cc7773",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "81996396008f6d7bef70f363e9fcbc04d46665f8",
"version": "3.2.1",

View File

@ -261,7 +261,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "3.2.1",
"baseline": "3.3.0",
"port-version": 0
},
"asiochan": {