diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-05-20 00:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 00:41:57 +0200 |
commit | 16003bffe1ceef0b57ecccef23be31f760120f89 (patch) | |
tree | 2729186c444919207f7729a73da575a3a95dde8f /koch.nim | |
parent | b35d370d885b07d3f4eca527197f42f532bdcf64 (diff) | |
download | Nim-16003bffe1ceef0b57ecccef23be31f760120f89.tar.gz |
fixes #14126 [backport:1.2] (#14390)
* fixes #14126 [backport:1.2] * used more logic to optimize it further; updated Nimble version
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 0391c3c4a..ee7c8006a 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "6f2b1ace922e565f7f48a69648e16a002a5d15e3" # master + NimbleStableCommit = "63695f490728e3935692c29f3d71944d83bb1e83" # master when not defined(windows): const |