mirror of https://github.com/waku-org/nwaku.git
chore(rln): update submodule + rln patch version (#2574)
This commit is contained in:
parent
f68ac79248
commit
24f6fed898
4
Makefile
4
Makefile
|
@ -135,9 +135,9 @@ clean: | clean-libbacktrace
|
|||
|
||||
LIBRLN_BUILDDIR := $(CURDIR)/vendor/zerokit
|
||||
ifeq ($(RLN_V2),true)
|
||||
LIBRLN_VERSION := v0.4.2
|
||||
LIBRLN_VERSION := v0.4.3
|
||||
else
|
||||
LIBRLN_VERSION := v0.3.6
|
||||
LIBRLN_VERSION := v0.3.7
|
||||
endif
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7dd019b0a5716e52169f396cecce961021fcac51
|
||||
Subproject commit 0ad1ed296d49e85598e0ec0bae7c220885e47912
|
Loading…
Reference in New Issue