diff options
| author | Leonid Pospelov <pospelovlm@yandex.ru> | 2021-07-23 00:53:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:53:11 -0700 |
| commit | 1c3bd46b60f2655a30e02c4fade33f58d5a1e172 (patch) | |
| tree | f22b44f379b600624fecb489b72138b1cbad6358 /ports/cpp-httplib/vcpkg.json | |
| parent | dc2d7dc09df57732ead45bf21e71e4b16d6ce734 (diff) | |
| download | vcpkg-1c3bd46b60f2655a30e02c4fade33f58d5a1e172.tar.gz vcpkg-1c3bd46b60f2655a30e02c4fade33f58d5a1e172.zip | |
[cpp-httplib] Update library to 0.9.1 (#18972)
* Bump cpp-httplib version to 0.9.1
* Run x-add-version
Diffstat (limited to 'ports/cpp-httplib/vcpkg.json')
| -rw-r--r-- | ports/cpp-httplib/vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cpp-httplib/vcpkg.json b/ports/cpp-httplib/vcpkg.json index f04a1bf36..6e83cc3f0 100644 --- a/ports/cpp-httplib/vcpkg.json +++ b/ports/cpp-httplib/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cpp-httplib", - "version": "0.8.9", + "version": "0.9.1", "description": "A single file C++11 header-only HTTP/HTTPS server and client library", "homepage": "https://github.com/yhirose/cpp-httplib" } |
