Skip to content

Commit

Permalink
[asio-grpc] Update to 2.1.0 (microsoft#26707)
Browse files Browse the repository at this point in the history
* asio-grpc: Update to v2.1.0

* asio-grpc: Update baseline to 2.1.0
  • Loading branch information
Tradias authored Sep 7, 2022
1 parent d8f53e8 commit 9b43b71
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/asio-grpc/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF v2.0.0
SHA512 3ae5e52c790b4c5eec819eecfe5687321d629213de57475a62dd80efc1db367685d4eb976f4387e25c4e891169d34c0ecd56f5d011866f84b40fe3a19ea4809d
REF v2.1.0
SHA512 09a8a34406726057e2db8991a7156ce23e6f1f920d71a5716abcfd303b573929703a6e6af3a1ef6e9fe80ea6d9c7f2a072c6ffca6f06109afd09ab1277835e02
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/asio-grpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.0.0",
"version": "2.1.0",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asio-grpc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "83bc5845eda6123bd774834bd5f105294720fef2",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "f4cbd771c2f7eb1d18b71df82696cb23292370fe",
"version": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "2.0.0",
"baseline": "2.1.0",
"port-version": 0
},
"asiosdk": {
Expand Down

0 comments on commit 9b43b71

Please sign in to comment.