diff --git a/codexdht.nimble b/codexdht.nimble index 4020e4b..7ab4354 100644 --- a/codexdht.nimble +++ b/codexdht.nimble @@ -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"