vcpkg/ports/rest-rpc/vcpkg.json
Frank 5da825f151
[rest-rpc] Update version to 0.12 (#38721)
Fix https://github.com/microsoft/vcpkg/issues/38705
No feature need to test.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-16 14:48:28 -07:00

10 lines
223 B
JSON

{
"name": "rest-rpc",
"version": "0.12",
"description": "c++11, high performance, cross platform, easy to use rpc framework",
"homepage": "https://github.com/qicosmos/rest_rpc",
"dependencies": [
"asio"
]
}