Update toml11 to v4.3.0

This commit is contained in:
Tindy X
2025-01-16 17:26:52 +08:00
parent 05959b09b4
commit 691193731f
5 changed files with 45 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .
make libcron install -j3
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 -j4