fix(rln-relay): bump zerokit to v0.3.2 (#1951)

This commit is contained in:
Aaryamann Challani 2023-08-25 13:44:57 +05:30 committed by GitHub
parent 4539dfc761
commit 32aa1c5b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -143,7 +143,7 @@
path = vendor/zerokit
url = https://github.com/vacp2p/zerokit.git
ignore = dirty
branch = v0.3.1
branch = v0.3.2
[submodule "vendor/nim-regex"]
path = vendor/nim-regex
url = https://github.com/nitely/nim-regex.git

View File

@ -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/v0.3.1/$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.2/$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"

2
vendor/zerokit vendored

@ -1 +1 @@
Subproject commit ef1da42d94bd9d3c017265d2374fd6192a28fc86
Subproject commit b51896c3a710f567fc7e054681767d6547a8eb9b