From cf3a3ec0c6b3a225a926638f40c312a848ba37fe Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:09:53 +0200 Subject: [PATCH] Downgrade circle-stdlib --- submod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submod.sh b/submod.sh index df99489..e895056 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 tags/v16.7 +git checkout fff3764 git submodule update --init --recursive cd - # @@ -24,4 +24,4 @@ cd - cd Synth_Dexed/ git reset --hard git checkout c9f5274 -cd - \ No newline at end of file +cd -