Skip to content

Commit

Permalink
fix(rust-libp2p): update to latest master
Browse files Browse the repository at this point in the history
Now that libp2p/rust-libp2p#3646 is merged.
  • Loading branch information
mxinden committed May 29, 2023
1 parent e73dba2 commit 5fa246e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions perf/impl/rust-libp2p/v0.52/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commitSha := 488f0072cb937394d6c5c4678a5504b63403316e
commitSha := c5dd0a2e14c2083a0cd9afea85995eb8a45576bc

all: perf

Expand All @@ -12,8 +12,7 @@ rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip
unzip -o rust-libp2p-${commitSha}.zip

rust-libp2p-${commitSha}.zip:
# TODO: Change to libp2p
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
Expand Down

0 comments on commit 5fa246e

Please sign in to comment.