mirror of https://github.com/waku-org/nwaku.git
fix(rln-relay): bump zerokit to v0.3.2 (#1951)
This commit is contained in:
parent
4539dfc761
commit
32aa1c5b61
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ef1da42d94bd9d3c017265d2374fd6192a28fc86
|
||||
Subproject commit b51896c3a710f567fc7e054681767d6547a8eb9b
|
Loading…
Reference in New Issue