Skip to content

Commit

Permalink
fmt from 7.1.3 to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Mar 25, 2024
1 parent f8ebd33 commit 6f1bf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(NOT TEST_INSTALLED_VERSION)
Recti INTERFACE -Wall -Wpedantic -Wextra -Werror -Wno-deprecated-declarations
)
elseif(MSVC)
target_compile_options(Recti INTERFACE /W4 /WX /wd4819)
target_compile_options(Recti INTERFACE /W4 /WX /wd4819 /wd4996)
target_compile_definitions(${PROJECT_NAME} INTERFACE DOCTEST_CONFIG_USE_STD_HEADERS)
endif()
endif()
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set_languages("c++20")

add_rules("mode.debug", "mode.release", "mode.coverage")
add_requires("fmt 7.1.3", {alias = "fmt"})
add_requires("fmt 9.1.0", {alias = "fmt"})
add_requires("doctest", {alias = "doctest"})
-- add_requires("conan::ms-gsl/3.1.0", {alias = "ms-gsl"})
add_requires("microsoft-gsl", {alias = "ms-gsl"})
Expand Down

0 comments on commit 6f1bf40

Please sign in to comment.