[RESTinio] update to v.0.7.3 (#42431)

This commit is contained in:
eao197 2024-12-03 02:48:03 +03:00 committed by GitHub
parent d1995a05e5
commit ea9acf56fa
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 stiffstream/restinio
REF "v.${VERSION}"
SHA512 ac47e83b2fdcbf5a42b3b5af8f5db7f400baa18515c6a042ee6aacc77df03aa1a90f14a57a1127ce2472bf72dc568160ff3c07aaddd4235910b7b831bcfcf569
SHA512 942bb2b4b7591ae3b336742142bf1df3dc43ae3bfa84e26991bd922670997fe7099438a40607353a733e0a4ba38a33da7bf1ad8e382a284c04ada09a2f149fd8
)
set(VCPKG_BUILD_TYPE release) # header-only

View File

@ -1,6 +1,6 @@
{
"name": "restinio",
"version": "0.7.2",
"version": "0.7.3",
"description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
"homepage": "https://github.com/Stiffstream/restinio",
"license": "BSD-3-Clause",

View File

@ -7941,7 +7941,7 @@
"port-version": 0
},
"restinio": {
"baseline": "0.7.2",
"baseline": "0.7.3",
"port-version": 0
},
"rexo": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3a0ac8e6d33ac8c8d4a79cc2ad31cd5748dcb76e",
"version": "0.7.3",
"port-version": 0
},
{
"git-tree": "aa093f294381710788902b37a1d8e4625d730990",
"version": "0.7.2",