From b39de30db99f7619fefe593f3a8f16dc789e1541 Mon Sep 17 00:00:00 2001 From: Tindy X <49061470+tindy2013@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:31:30 +0800 Subject: [PATCH] Update toml11 to v4.3.0 in Dockerfile --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index a9c2a32..048956c 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -30,7 +30,7 @@ RUN set -xe && \ install -d /usr/include/date/ && \ install -m644 libcron/externals/date/include/date/* /usr/include/date/ && \ cd .. && \ - git clone https://github.com/ToruNiina/toml11 --branch="v3.7.1" --depth=1 && \ + git clone https://github.com/ToruNiina/toml11 --branch="v4.3.0" --depth=1 && \ cd toml11 && \ cmake -DCMAKE_CXX_STANDARD=11 . && \ make install -j $THREADS && \