From f6372cb43e9c75afbd246807b7b79c0a49c46df0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 16 Nov 2024 10:16:09 +0100 Subject: [PATCH] Update circle-stdlib --- submod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submod.sh b/submod.sh index f9524a3..7bf626c 100755 --- a/submod.sh +++ b/submod.sh @@ -6,7 +6,7 @@ git submodule update --init --recursive # # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ -git checkout 3bd135d +git checkout v16.6 git submodule update --init --recursive cd - #