Remove extra comment

This commit is contained in:
Arnaud 2026-06-02 12:19:18 +04:00
parent 1cef2da817
commit 6179bfb23f
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -16,8 +16,6 @@ requires "chronos >= 4.0.4 & < 4.4.0"
# Pinned to this commit: logos-storage-nim needs the autonat fix it contains
# (autonatv2 failed dial not reachable), only available on libp2p master.
requires "libp2p#10caf815ee85b90acd88f81b6a0f4d093d718d40"
# libp2p 2.0.0 multiaddress now uses protobuf_serialization; not auto-pathed as
# a transitive dep, so declare it explicitly.
requires "protobuf_serialization >= 0.4.0"
requires "metrics >= 0.1.0 & < 0.2.0"
requires "stew >= 0.4.2"