chausner 7e3c65d4a3
[optional-lite] Update to 3.5.0 (#20625)
* Update optional-lite to 3.5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-11 20:14:35 -07:00

17 lines
392 B
JSON

{
"name": "optional-lite",
"version": "3.5.0",
"description": "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/optional-lite",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}