Skip to content

Commit

Permalink
0.0.19: 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 481df4e commit 61ddb28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.18"
version = "0.0.19"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion src/nimph/spec.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const
officialPackages* {.strdefine.} = "packages_official.json"
emptyRelease* {.strdefine.} = "#head"
defaultRemote* {.strdefine.} = "origin"
excludeMissingPaths* {.booldefine.} = false
# disable this when nim issue #12767 is fixed
excludeMissingPaths* {.booldefine.} = true
writeNimbleDirPaths* {.booldefine.} = false
hubTime* = initTimeFormat "yyyy-MM-dd\'T\'HH:mm:ss\'Z\'"
shortDate* = initTimeFormat "yyyy-MM-dd"
Expand Down

0 comments on commit 61ddb28

Please sign in to comment.