Skip to content

Commit

Permalink
♻ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 3, 2024
1 parent b6d5c27 commit 863b0e7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CPMAddPackage(
CPMAddPackage(
NAME fmt
GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG 10.2.1
GIT_TAG 11.0.0
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
Expand All @@ -50,7 +50,7 @@ CPMAddPackage(
CPMAddPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
GIT_TAG eeb22c13bb65f342434c991641b80ecf4821e9b9
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
Expand All @@ -63,7 +63,7 @@ if(NOT ENABLE_DEVENV)
CPMAddPackage(
NAME cpr
GITHUB_REPOSITORY libcpr/cpr
GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d
GIT_TAG 923f83a5946f8d276be757d7808101aafc900dd6
EXCLUDE_FROM_ALL YES
)
endif()
Expand All @@ -76,7 +76,7 @@ CPMAddPackage(
CPMAddPackage(
NAME ctre
GITHUB_REPOSITORY hanickadot/compile-time-regular-expressions
GIT_TAG v3.8.1
GIT_TAG v3.9.0
EXCLUDE_FROM_ALL YES
)

Expand Down
2 changes: 1 addition & 1 deletion subprojects/cpr.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/libcpr/cpr.git
revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d
revision = 923f83a5946f8d276be757d7808101aafc900dd6

patch_directory = cpr

Expand Down
2 changes: 1 addition & 1 deletion subprojects/ctre.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/hanickadot/compile-time-regular-expressions.git
revision = v3.8.1
revision = v3.9.0

patch_directory = ctre

Expand Down
2 changes: 1 addition & 1 deletion subprojects/fmt.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/fmtlib/fmt.git
revision = 10.2.1
revision = 11.0.0

patch_directory = fmt

Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/ctre/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('ctre', 'cpp', version: '3.8.1',
project('ctre', 'cpp', version: '3.9.0',
license: 'Apache-2.0')

ctre_inc = include_directories('include')
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/fmt/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('fmt', 'cpp',
version : '10.1.1',
version : '11.0.0',
license : 'BSD',
default_options : [
'cpp_std=c++20',
Expand Down
2 changes: 1 addition & 1 deletion subprojects/spdlog.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/gabime/spdlog.git
revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
revision = eeb22c13bb65f342434c991641b80ecf4821e9b9

patch_directory = spdlog

Expand Down

0 comments on commit 863b0e7

Please sign in to comment.