Skip to content

Commit

Permalink
Update to latest master
Browse files Browse the repository at this point in the history
Now that libp2p/rust-libp2p#4382 is merged.
  • Loading branch information
mxinden committed Oct 25, 2023
1 parent 9b7a12d commit 2e86c0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions perf/impl/rust-libp2p/v0.53/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commitSha := affdfce73c17f9cd496ccc52b2f722b0653b73ce
commitSha := d15bb69a9d2b353d73ead79a29f668dca3e1dc4a

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 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
Expand Down

0 comments on commit 2e86c0f

Please sign in to comment.