Skip to content

Commit

Permalink
0.0.20: toggle fix for nim-lang/Nim#12767
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 29, 2019
1 parent 61ddb28 commit 80e4b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.0.19"
version = "0.0.20"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions src/nimph/spec.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const
officialPackages* {.strdefine.} = "packages_official.json"
emptyRelease* {.strdefine.} = "#head"
defaultRemote* {.strdefine.} = "origin"
# disable this when nim issue #12767 is fixed
excludeMissingPaths* {.booldefine.} = true
excludeMissingPaths* {.booldefine.} = false
writeNimbleDirPaths* {.booldefine.} = false
hubTime* = initTimeFormat "yyyy-MM-dd\'T\'HH:mm:ss\'Z\'"
shortDate* = initTimeFormat "yyyy-MM-dd"
Expand Down

0 comments on commit 80e4b82

Please sign in to comment.