[asio-grpc] Update to 3.4.0 (#42714)

This commit is contained in:
Dennis 2024-12-16 16:17:35 +01:00 committed by GitHub
parent fbbe5f6005
commit 3fd12ea223
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 477ce61e4f1f6baed2f95d49f8d67572f1c88fb98e76006ac82ef02c633d8121d01b835b5da1cbac183e3154b3dcd9a3f9307601a108a5e8b7b902dab4a65a10
SHA512 5793f6eb644f6fa4cf520f595f9a61b0b2a90c79cb0890dfb5b986a1b403f853beac9a86ea5663d34d5947908e5eec0ec4238c358b21d3f8f4292f7ad6df19aa
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "3.3.0",
"version": "3.4.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": "18a08cb300f4977e9dc63013f4bcbd2a200667d8",
"version": "3.4.0",
"port-version": 0
},
{
"git-tree": "4d865e8676a6b5f365872eba731c3a8ab9cc7773",
"version": "3.3.0",

View File

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