From aa375f16969702bea7874833a462bf5f3a17de57 Mon Sep 17 00:00:00 2001 From: Grufoony Date: Thu, 5 Feb 2026 11:49:48 +0100 Subject: [PATCH] Update spdlog to version 1.17.0 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66a80be8..31824b84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ endif() FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog - GIT_TAG v1.16.0) + GIT_TAG v1.17.0) FetchContent_GetProperties(spdlog) if(NOT spdlog_POPULATED) FetchContent_MakeAvailable(spdlog) diff --git a/README.md b/README.md index fdfdcb94..03652f60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI version](https://img.shields.io/pypi/v/dsf-mobility)](https://pypi.org/project/dsf-mobility/) [![Standard](https://img.shields.io/badge/C%2B%2B-20/23-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![TBB](https://img.shields.io/badge/TBB-2022.3.0-blue.svg)](https://github.com/oneapi-src/oneTBB) -[![SPDLOG](https://img.shields.io/badge/spdlog-1.16.0-blue.svg)](https://github.com/gabime/spdlog) +[![SPDLOG](https://img.shields.io/badge/spdlog-1.17.0-blue.svg)](https://github.com/gabime/spdlog) [![CSV](https://img.shields.io/badge/rapidcsv-8.89-blue.svg)](https://github.com/d99kris/rapidcsv) [![JSON](https://img.shields.io/badge/simdjson-4.2.1-blue.svg)](https://github.com/simdjson/simdjson) [![codecov](https://codecov.io/gh/physycom/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3)](https://codecov.io/gh/physycom/DynamicalSystemFramework)