Skip to content

Commit

Permalink
[proxy] update to 2.3.0 (microsoft#37951)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyanyan authored Apr 3, 2024
1 parent fb8d2b4 commit 12b93ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/proxy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/proxy
REF ${VERSION}
SHA512 31ccca739eacd3bde8f5db4c4e6350bb37790681186dd6f2d2d8ee3fc1d4e2b42beab2b8c893793cb3ea6128deaf812f8cb658a74a2df5abc1af1eea95972509
SHA512 1c5a1d5a4f7d5b81121971e6d563a280ee74f312b023b1009d9fc7c1718dd76503cbd28e8d18bc7de8cc648e1d1e2c014e5469813e99ff30da8a26ef575c1308
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/proxy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "2.2.1",
"version": "2.3.0",
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
"homepage": "https://github.com/microsoft/proxy",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6965,7 +6965,7 @@
"port-version": 0
},
"proxy": {
"baseline": "2.2.1",
"baseline": "2.3.0",
"port-version": 0
},
"proxygen": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/proxy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "67212b0fef71513b6a095120565502fa28eb1038",
"version": "2.3.0",
"port-version": 0
},
{
"git-tree": "9610b4e09c0a66780511553bae8904777e4c1a7e",
"version": "2.2.1",
Expand Down

0 comments on commit 12b93ce

Please sign in to comment.