From 102220b27400168d115f04bf3c671b4860038d88 Mon Sep 17 00:00:00 2001 From: seemenkina Date: Fri, 7 Feb 2025 19:22:21 +0700 Subject: [PATCH] chore: update RLN dependency branch to master --- waku-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku-bindings/Cargo.toml b/waku-bindings/Cargo.toml index 4a2f480..d781d6c 100644 --- a/waku-bindings/Cargo.toml +++ b/waku-bindings/Cargo.toml @@ -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"