[asio-grpc] Update to v2.5.0 (#30153)

* asio-grpc: Update to v2.5.0

* asio-grpc: Re-add description for feature boost-container
This commit is contained in:
Dennis 2023-03-14 22:11:46 +01:00 committed by GitHub
parent 73b9a2a359
commit 614a459dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF v2.4.0
SHA512 0aee11649d4df7c2f0964844b7f479eb6a1a8f51c1286345fdc14cba8581e951976cd48b1e00d1148b4fcf8519f578abb43038ba44996afd1de5195e24e22ee1
REF v2.5.0
SHA512 c02fe7a655c170c4c937481bd5d5cc8c89f9fd7c54fdef3eaecacfe23871bc18fe1664842eecc0957cc9add79498870fd9738c144af816e39b80f14a1432788d
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.4.0",
"version": "2.5.0",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",
@ -17,7 +17,7 @@
],
"features": {
"boost-container": {
"description": "Use Boost.Container instead of <memory_resource>",
"description": "Use Boost.Container instead of <memory_resource> (deprecated)",
"dependencies": [
"boost-container"
]

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "499f0360945116ec3bdd693c8ce4591e54e0fb7a",
"version": "2.5.0",
"port-version": 0
},
{
"git-tree": "a8042a83e6e7f04083064bdada7241cbeda0cb06",
"version": "2.4.0",

View File

@ -233,7 +233,7 @@
"port-version": 1
},
"asio-grpc": {
"baseline": "2.4.0",
"baseline": "2.5.0",
"port-version": 0
},
"asiosdk": {