From 2e86c0f60c45900c048a746c6a5481c7833d14d9 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 25 Oct 2023 10:57:58 +0200 Subject: [PATCH] Update to latest master Now that https://github.com/libp2p/rust-libp2p/pull/4382 is merged. --- perf/impl/rust-libp2p/v0.53/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perf/impl/rust-libp2p/v0.53/Makefile b/perf/impl/rust-libp2p/v0.53/Makefile index cbfeceb59..d97529526 100644 --- a/perf/impl/rust-libp2p/v0.53/Makefile +++ b/perf/impl/rust-libp2p/v0.53/Makefile @@ -1,4 +1,4 @@ -commitSha := affdfce73c17f9cd496ccc52b2f722b0653b73ce +commitSha := d15bb69a9d2b353d73ead79a29f668dca3e1dc4a all: perf @@ -12,8 +12,7 @@ rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip unzip -o rust-libp2p-${commitSha}.zip rust-libp2p-${commitSha}.zip: - # TODO revert - wget -O $@ "https://github.com/mxinden/rust-libp2p/archive/${commitSha}.zip" + wget -O $@ "https://github.com/libp2p/rust-libp2p/archive/${commitSha}.zip" clean: rm rust-libp2p-*.zip