mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix(rln-relay): bump zerokit to v0.3.2 (#1951)
This commit is contained in:
parent
0f0031eba9
commit
d5d8445a3a
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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"
|
||||
|
||||
2
vendor/zerokit
vendored
2
vendor/zerokit
vendored
@ -1 +1 @@
|
||||
Subproject commit ef1da42d94bd9d3c017265d2374fd6192a28fc86
|
||||
Subproject commit b51896c3a710f567fc7e054681767d6547a8eb9b
|
||||
Loading…
x
Reference in New Issue
Block a user