Skip to content

Commit

Permalink
0.8.3: upgrade github
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed May 1, 2020
1 parent c6eeaee commit 3f748e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version = "0.8.2"
version = "0.8.3"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
requires "nim >= 1.0.4"
requires "github >= 1.0.4 & < 2.0.0"
requires "github >= 2.0.0 & < 3.0.0"
requires "cligen >= 0.9.41 & < 0.10.0"
requires "bump >= 1.8.18 & < 2.0.0"
requires "npeg >= 0.21.3 & < 0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion src/nimph/thehub.nim
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ proc queryMany(recallable: Recallable; kind: HubKind): Future[Option[HubGroup]]
proc getGitHubUser*(): Future[Option[HubResult]] {.async.} =
## attempt to retrieve the authorized user
var
req = getUser.call()
req = getUser.call(_ = "")
debug &"fetching github user"
result = await req.queryOne(HubUser)

Expand Down

0 comments on commit 3f748e3

Please sign in to comment.