Skip to content

Commit

Permalink
Merge pull request ipfs#34 from libp2p/deps/go-cid-0.7.5
Browse files Browse the repository at this point in the history
update cid package through tree
  • Loading branch information
whyrusleeping authored Nov 16, 2016
2 parents 3efe960 + f241441 commit 900cc03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewDHT(ctx context.Context, h host.Host, dstore ds.Batching) *IpfsDHT {

h.SetStreamHandler(ProtocolDHT, dht.handleNewStream)
h.SetStreamHandler(ProtocolDHTOld, dht.handleNewStream)

return dht
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmQKEgGgYCDyk8VNY6A65FpuE4YwbspvjXHco1rdb75PVc",
"hash": "QmUrCwTDvJgmBbJVHu1HGEyqDaod3dR6sEkZkpxZk4u47c",
"name": "go-libp2p-routing",
"version": "2.2.2"
"version": "2.2.3"
},
{
"author": "whyrusleeping",
Expand All @@ -114,9 +114,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY",
"hash": "QmcEcrBAMrwMyhSjXt4yfyPpzgSuV8HLHavnfmiKCSRqZU",
"name": "go-cid",
"version": "0.7.3"
"version": "0.7.5"
},
{
"author": "whyrusleeping",
Expand Down

0 comments on commit 900cc03

Please sign in to comment.