[proxy] update to 2.1.0 (#36190)

* [proxy] update to 2.1.0

* [proxy] update versions
This commit is contained in:
miyanyan 2024-01-17 02:51:28 +08:00 committed by GitHub
parent 2d547a1a57
commit c8b536f2ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/proxy
REF ${VERSION}
SHA512 09399eda8667cb575bcf826903bccbd5efaa989d2e0f4614ef3a112bae9eeb40c1da964587444aeb84d1b9a8c28e37a4262675cae885cc84d6a41c9b6729f7d1
SHA512 4a92584c7bddc52593998c8c4f058f03ea7933dcf8e98db27c65b0dc7311937fd1f9139600b64e802c6c6ea7e78089948dd622243332076f0ea5812b6b2bf990
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "2.0.0",
"version": "2.1.0",
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
"homepage": "https://github.com/microsoft/proxy",
"license": "MIT",

View File

@ -6829,7 +6829,7 @@
"port-version": 0
},
"proxy": {
"baseline": "2.0.0",
"baseline": "2.1.0",
"port-version": 0
},
"proxygen": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6d6ef205bfb7dac5655566fafba65ebc4df5d961",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "02fdcb0499f6f91a041a8e444f33256f4284e808",
"version": "2.0.0",