From: Joel Rosdahl Date: Wed, 29 Jun 2022 18:12:42 +0000 (+0200) Subject: bump: Upgrade to nonstd::expected 0.6.1 X-Git-Tag: v4.7~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=953d5e820bea28fbe3c1424f58c35521a5976e08;p=thirdparty%2Fccache.git bump: Upgrade to nonstd::expected 0.6.1 --- diff --git a/LICENSE.adoc b/LICENSE.adoc index 0829e328d..05e30c0dc 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -577,7 +577,7 @@ SOFTWARE. === src/third_party/nonstd/expected.hpp This is the single header version of -https://github.com/martinmoene/expected-lite[expected-lite] 0.6.0 with the +https://github.com/martinmoene/expected-lite[expected-lite] 0.6.1 with the following license: ---- diff --git a/src/third_party/nonstd/expected.hpp b/src/third_party/nonstd/expected.hpp index 45b6f5e00..b1bd37c0d 100644 --- a/src/third_party/nonstd/expected.hpp +++ b/src/third_party/nonstd/expected.hpp @@ -13,8 +13,8 @@ #define NONSTD_EXPECTED_LITE_HPP #define expected_lite_MAJOR 0 -#define expected_lite_MINOR 5 -#define expected_lite_PATCH 0 +#define expected_lite_MINOR 6 +#define expected_lite_PATCH 1 #define expected_lite_VERSION expected_STRINGIFY(expected_lite_MAJOR) "." expected_STRINGIFY(expected_lite_MINOR) "." expected_STRINGIFY(expected_lite_PATCH)