chore: update RLN dependency branch to master

This commit is contained in:
seemenkina 2025-02-07 19:22:21 +07:00 committed by Richard Ramos
parent 6c31dfcdee
commit 102220b274
No known key found for this signature in database
GPG Key ID: 7218C1B2A89A1B6D

View File

@ -31,7 +31,7 @@ url = "2.3"
waku-sys = { version = "1.0.0", path = "../waku-sys" }
libc = "0.2"
serde-aux = "4.3.1"
rln = { git = "https://github.com/vacp2p/zerokit.git", branch = "bump-deps" }
rln = { git = "https://github.com/vacp2p/zerokit.git", branch = "master" }
tokio = { version = "1", features = ["full"] }
regex = "1"
chrono = "0.4"