]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
bump: Upgrade to nonstd::expected 0.6.1
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 29 Jun 2022 18:12:42 +0000 (20:12 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 29 Jun 2022 18:13:10 +0000 (20:13 +0200)
LICENSE.adoc
src/third_party/nonstd/expected.hpp

index 0829e328dbbe2387b6104e1cc628e4e33da34e65..05e30c0dc6ab5d59d1794b386eebbbbeaec2b70f 100644 (file)
@@ -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:
 
 ----
index 45b6f5e003add2b8f634f51162646cd7cadbb08a..b1bd37c0d63f060152ee23f827da7b11c0e44b2f 100644 (file)
@@ -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)