From bdb4cb6855e6e32e8d73fb34c3001514f781c50f Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:15:09 +0200 Subject: [PATCH] Downgrade circle-stdlib --- submod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submod.sh b/submod.sh index e895056..54228de 100755 --- a/submod.sh +++ b/submod.sh @@ -7,7 +7,7 @@ git submodule update --init --recursive # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ git reset --hard -git checkout fff3764 +git checkout 3bd135d git submodule update --init --recursive cd - #