Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
gx publish v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Aug 23, 2016
1 parent cdb10b2 commit dc3135f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2: QmWzfrG1PUeF8mDpYfNsRL3wh5Rkgnp68LAWUB2bhuDWRL
1.3.3: QmezbDCPpw9hBtXdXHEajg6UEufALJLMtoQQ1YrZEMyMwf
1 change: 1 addition & 0 deletions fallback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func TestFallbackDialTcp(t *testing.T) {
}

func TestFallbackDialUtp(t *testing.T) {
t.Skip("fallback dialer has utp disabled")
laddr, err := ma.NewMultiaddr("/ip4/127.0.0.1/udp/0/utp")
if err != nil {
t.Fatal(err)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmNaS34WZRjs4U1kDfRR2aooYSsBSusFPMEg3dAKk7VZid",
"hash": "QmenZRWtBU6n19k2wYDEwGWSs4Dh472t8xPp9JyYJjXmLj",
"name": "go-libp2p-loggables",
"version": "1.0.7"
"version": "1.0.8"
},
{
"author": "whyrusleeping",
Expand Down Expand Up @@ -48,5 +48,5 @@
"language": "go",
"license": "MIT",
"name": "go-libp2p-transport",
"version": "1.3.2"
"version": "1.3.3"
}

0 comments on commit dc3135f

Please sign in to comment.