From cd6424be19255b0e604465b9cb8cfa397dc0ca71 Mon Sep 17 00:00:00 2001 From: kaiserd <1684595+kaiserd@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:43:22 +0200 Subject: [PATCH] chore: change nim-libp2p branch from unstable to master (#2648) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f3b3f921a..b829df294 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ path = vendor/nim-libp2p url = https://github.com/vacp2p/nim-libp2p.git ignore = dirty - branch = unstable + branch = master [submodule "vendor/nim-stew"] path = vendor/nim-stew url = https://github.com/status-im/nim-stew.git