diff options
author | haxscramper <haxscramper@gmail.com> | 2021-01-07 21:14:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 19:14:50 +0100 |
commit | cbf227d9493be1e82f3abec1d019ce397163635c (patch) | |
tree | 8b3f0b04bead1d8ec807d9ba9274e7085e000620 /koch.nim | |
parent | 0e7902b976fbd0e566f0fb5f4915695aca406451 (diff) | |
download | Nim-cbf227d9493be1e82f3abec1d019ce397163635c.tar.gz |
[FIX] Update fusion master commit hash (#16630)
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 5da262884..95c9c6161 100644 --- a/koch.nim +++ b/koch.nim @@ -11,7 +11,7 @@ const NimbleStableCommit = "8f7af860c5ce9634af880a7081c6435e1f2a5148" # master - FusionStableCommit = "319aac4d43b04113831b529f8003e82f4af6a4a5" + FusionStableCommit = "372ee4313827ef9f2ea388840f7d6b46c2b1b014" when not defined(windows): const |