Commit c4095936 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #94 from libp2p/deps/connmgr-update

Deps/connmgr update
parents 3c90c061 1c67fb28
3.0.2: QmT7PnPxYkeKPCG8pAnucfcjrXc15Q7FgvFv7YC24EPrw8
3.0.3: QmaakpbNxQUFVfHFv5uC3bNq44WjATxQHqmoD4vWCuF5XF
......@@ -32,7 +32,7 @@ func toPeerInfos(ps []peer.ID) []*pstore.PeerInfo {
func loggableKey(k string) logging.LoggableMap {
cid, err := cid.Cast([]byte(k))
if err != nil {
log.Errorf("loggableKey could not cast key: %v", err)
log.Errorf("loggableKey could not cast key: %x %v", k, err)
} else {
k = cid.String()
}
......
......@@ -126,9 +126,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmRQ76P5dgvxTujhfPsCRAG83rC15jgb1G9bKLuomuC6dQ",
"hash": "Qmbgce14YTWE2qhE49JVvTBPaHTyz3FaFmqQPyuZAz6C28",
"name": "go-libp2p",
"version": "5.0.2"
"version": "5.0.4"
},
{
"author": "whyrusleeping",
......@@ -178,6 +178,6 @@
"license": "MIT",
"name": "go-libp2p-kad-dht",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "3.0.2"
"version": "3.0.3"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment