From 953d5e820bea28fbe3c1424f58c35521a5976e08 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 29 Jun 2022 20:12:42 +0200 Subject: [PATCH] bump: Upgrade to nonstd::expected 0.6.1 --- LICENSE.adoc | 2 +- src/third_party/nonstd/expected.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.3