From 2a251f7f7c5c0e90f857f72fc52f0f6c3a8a58d2 Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Tue, 26 Mar 2024 17:21:18 +0100 Subject: [PATCH] conda build: fmt spdlog update --- conda/bld.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/bld.bat b/conda/bld.bat index ab90ee3..664ad44 100644 --- a/conda/bld.bat +++ b/conda/bld.bat @@ -8,8 +8,8 @@ mkdir %SRC_DIR%\thirdparty cd %SRC_DIR%\thirdparty -git clone --branch 9.1.0 --depth 1 https://github.com/fmtlib/fmt.git -git clone --branch v1.10.0 --depth 1 https://github.com/gabime/spdlog.git +git clone --branch 10.2.1 --depth 1 https://github.com/fmtlib/fmt.git +git clone --branch v1.13.0 --depth 1 https://github.com/gabime/spdlog.git git clone --branch v4.0.0 --depth 1 https://github.com/Microsoft/GSL.git git clone --branch v3.0.1 --depth 1 https://github.com/HowardHinnant/date