mirror of https://github.com/waku-org/nwaku.git
chore(submodules): use zerokit v0.3.1 only (#1886)
This commit is contained in:
parent
84f94d5d09
commit
311f5ea0ad
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9d4ed68450e20626081e24490ba320278f6d3f7b
|
||||
Subproject commit ef1da42d94bd9d3c017265d2374fd6192a28fc86
|
Loading…
Reference in New Issue