From c9a03c3fde23950d444b8d1088f78660143717b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Tue, 16 Jan 2024 12:43:26 +0100 Subject: [PATCH] Bump fmt-10 to 10.2.1 --- README.md | 2 +- common/install-fmt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab4534..1cc055b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All images contain: * catch2-3.5.2 * fmt-8.1.1 * fmt-9.1.0 -* fmt-10.2.0 +* fmt-10.2.1 * benchmark-v1.8.3 The installed libraries are located under diff --git a/common/install-fmt.sh b/common/install-fmt.sh index f32b33e..5909bdb 100755 --- a/common/install-fmt.sh +++ b/common/install-fmt.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eou pipefail -VERSIONS="10.2.0 9.1.0 8.1.1" +VERSIONS="10.2.1 9.1.0 8.1.1" readonly CXX=$1 readonly CXX_STANDARDS="$2"