diff options
| author | Niall Douglas <s_github@nedprod.com> | 2021-09-27 20:42:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 12:42:44 -0700 |
| commit | 46700e2a0c6a4e7d93d40da00965d01925b48ef5 (patch) | |
| tree | 26d823e7c0b983b2ac0c9f989a96f5b648f69849 /ports/ned14-internal-quickcpplib/portfile.cmake | |
| parent | 7e94e6d35762949e6de72d9526807006ccc98b57 (diff) | |
| download | vcpkg-46700e2a0c6a4e7d93d40da00965d01925b48ef5.tar.gz vcpkg-46700e2a0c6a4e7d93d40da00965d01925b48ef5.zip | |
[ned14-internal-quickcpplib/llfio/outcome] Update to latest release (#20171)
* Update ned14-internal-quickcpplib and LLFIO to latest matching Outcome v2.2.1 (bugfixed) release.
* Implement suggested changes during review. Update Outcome and LLFIO to latest.
* Re x-add-version.
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/ned14-internal-quickcpplib/portfile.cmake')
| -rw-r--r-- | ports/ned14-internal-quickcpplib/portfile.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/ned14-internal-quickcpplib/portfile.cmake b/ports/ned14-internal-quickcpplib/portfile.cmake index 57cb70c7f..124fa3157 100644 --- a/ports/ned14-internal-quickcpplib/portfile.cmake +++ b/ports/ned14-internal-quickcpplib/portfile.cmake @@ -11,10 +11,10 @@ include(${CURRENT_PORT_DIR}/sha_manifest.cmake) message(WARNING [=[ -QuickCppLib and its downstream dependencies Outcome and LLFIO were tested against gsl-lite version 0.37.0 and byte-lite version 0.2.0. They are not guaranteed to work with newer versions, with failures experienced in the past up-to-and-including runtime crashes. You can pin the versions as verified to work in QuickCppLib's CI in your manifest file by adding: +QuickCppLib and its downstream dependencies Outcome and LLFIO were tested against gsl-lite version 0.38.1 and byte-lite version 0.3.0. They are not guaranteed to work with newer versions, with failures experienced in the past up-to-and-including runtime crashes. You can pin the versions as verified to work in QuickCppLib's CI in your manifest file by adding: "overrides": [ - { "name": "gsl-lite", "version": "0.37.0" }, - { "name": "byte-lite", "version": "0.2.0" } + { "name": "gsl-lite", "version": "0.38.1" }, + { "name": "byte-lite", "version": "0.3.0" } ] Do not report issues to upstream without first pinning these previous versions. ]=]) |
