Skip to content

Commit df2f5be

Browse files
committed
Updating dependencies
1 parent 900d9da commit df2f5be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cmake/dependencies.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ list(APPEND DEPENDECIES_JSON "\"argum\": \"pkg:github/${ARGUM_REPO}@${ARGUM_VER}
2222
#################################################
2323

2424
set(SYS_STRING_REPO gershnik/sys_string)
25-
set(SYS_STRING_VER v2.14)
25+
set(SYS_STRING_VER v2.16)
2626
FetchContent_Declare(sys_string
2727
GIT_REPOSITORY https://github.com/${SYS_STRING_REPO}.git
2828
GIT_TAG ${SYS_STRING_VER}
@@ -77,7 +77,7 @@ if (NOT LibXml2_FOUND)
7777
set(LIBXML2_WITH_MODULES OFF)
7878
set(LIBXML2_WITH_PROGRAMS OFF)
7979

80-
set(LIBXML_VER v2.13.4)
80+
set(LIBXML_VER v2.13.5)
8181
FetchContent_Declare(libxml2
8282
GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
8383
GIT_TAG ${LIBXML_VER}
@@ -105,7 +105,7 @@ list(APPEND DEPENDECIES_JSON "\"libuuid\": \"pkg:github/${UUID_REPO}@${UUID_VER}
105105
set(FMT_INSTALL OFF)
106106

107107
set(FMT_REPO fmtlib/fmt)
108-
set(FMT_VER 11.0.2)
108+
set(FMT_VER 11.1.1)
109109
FetchContent_Declare(fmt
110110
GIT_REPOSITORY https://github.com/${FMT_REPO}
111111
GIT_TAG ${FMT_VER}
@@ -150,7 +150,7 @@ list(APPEND DEPENDECIES_JSON "\"tomlplusplus\": \"pkg:github/${TOMPLUSPLUS_REPO}
150150
#################################################
151151

152152
set(OUTCOME_REPO ned14/outcome)
153-
set(OUTCOME_VER v2.2.10)
153+
set(OUTCOME_VER v2.2.11)
154154
# FetchContent_Declare(outcome
155155
# GIT_REPOSITORY https://github.com/${OUTCOME_REPO}
156156
# GIT_TAG ${OUTCOME_VER}

src/pch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
WSDDN_SUPPRESS_WARNINGS_END
4343
#endif
4444

45-
#include <sys_string/sys_string.h>
46-
4745
#include <intrusive_shared_ptr/ref_counted.h>
4846
#include <intrusive_shared_ptr/refcnt_ptr.h>
4947

@@ -67,6 +65,8 @@
6765
#include <spdlog/sinks/base_sink.h>
6866
#include <spdlog/pattern_formatter.h>
6967

68+
#include <sys_string/sys_string.h>
69+
7070
#include <outcome.hpp>
7171

7272
#include <toml++/toml.h>

0 commit comments

Comments
 (0)