diff options
Diffstat (limited to 'thirdparty/VERSIONS.md')
| -rw-r--r-- | thirdparty/VERSIONS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/VERSIONS.md b/thirdparty/VERSIONS.md index 9b3dcd103..fd734a2af 100644 --- a/thirdparty/VERSIONS.md +++ b/thirdparty/VERSIONS.md @@ -18,6 +18,7 @@ dependency. * cxxopts - v3.2.1 from https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz * doctest - v2.4.12 from https://github.com/doctest/doctest/releases/download/v2.4.12/doctest.h * fmt - v12.0.0 from https://github.com/fmtlib/fmt/archive/refs/tags/12.0.0.tar.gz +* minio - RELEASE.2025-09-07T16-13-09Z from https://dl.min.io/server/minio/release/ (test-only, prebuilt binaries for win-x64, osx-arm64, osx-x64, linux-x64) * robin-map - v1.4.0 from https://github.com/Tessil/robin-map/archive/refs/tags/v1.4.0.tar.gz * rpmalloc - 1.5.0-dev (develop branch commit 262c698d7019, 2026-04-10) from https://github.com/mjansson/rpmalloc (`global_page_free_overflow` and `global_page_free_retain` manually tweaked) * ryml - v0.5.0 from https://github.com/biojppm/rapidyaml (note that there are submodules here which have also been fetched, after stripping all `.git` metadata, for future updates it's probably easier to just grab the .zip/.tar.gz since it includes all submodules) |