From 311f5ea0ad634d7be726f4a925d6f456cc87aca8 Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:21:06 +0530 Subject: [PATCH] chore(submodules): use zerokit v0.3.1 only (#1886) --- .gitmodules | 2 +- scripts/build_rln.sh | 2 +- vendor/zerokit | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b07ec9984..9450aedde 100644 --- a/.gitmodules +++ b/.gitmodules @@ -143,7 +143,7 @@ path = vendor/zerokit url = https://github.com/vacp2p/zerokit.git ignore = dirty - branch = master + branch = v0.3.1 [submodule "vendor/nim-regex"] path = vendor/nim-regex url = https://github.com/nitely/nim-regex.git diff --git a/scripts/build_rln.sh b/scripts/build_rln.sh index b5adc9a59..b45828cc1 100755 --- a/scripts/build_rln.sh +++ b/scripts/build_rln.sh @@ -17,7 +17,7 @@ fi host_triplet=$(rustup show | grep "Default host: " | cut -d' ' -f3) # Download the prebuilt rln library if it is available -if curl --silent --fail-with-body -L "https://github.com/vacp2p/zerokit/releases/download/nightly/$host_triplet-rln.tar.gz" >> "$host_triplet-rln.tar.gz" +if curl --silent --fail-with-body -L "https://github.com/vacp2p/zerokit/releases/download/v0.3.1/$host_triplet-rln.tar.gz" >> "$host_triplet-rln.tar.gz" then echo "Downloaded $host_triplet-rln.tar.gz" tar -xzf "$host_triplet-rln.tar.gz" diff --git a/vendor/zerokit b/vendor/zerokit index 9d4ed6845..ef1da42d9 160000 --- a/vendor/zerokit +++ b/vendor/zerokit @@ -1 +1 @@ -Subproject commit 9d4ed68450e20626081e24490ba320278f6d3f7b +Subproject commit ef1da42d94bd9d3c017265d2374fd6192a28fc86