From 3a9c812ec14931b43222f8dea6a11604591cf4a6 Mon Sep 17 00:00:00 2001 From: Mikel Cortes Date: Wed, 20 Mar 2024 15:50:32 +0100 Subject: [PATCH] update the internal pubsub depencency to v0.10.0 and go1.21 --- Makefile | 2 +- go-libp2p-pubsub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f6e574a..73c5208 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: dependencies: $(GIT_SUBM) update --init - cd go-libp2p-pubsub && git checkout origin/armiarma && git pull origin armiarma + cd go-libp2p-pubsub && git checkout origin/armiarma-v2 && git pull origin armiarma-v2 cd ../ install: diff --git a/go-libp2p-pubsub b/go-libp2p-pubsub index a9d831e..afa688c 160000 --- a/go-libp2p-pubsub +++ b/go-libp2p-pubsub @@ -1 +1 @@ -Subproject commit a9d831ef3fe5de878c2d5901fd3bc63a278114ea +Subproject commit afa688c61fea921f26d25089c7ea31963818a9a8