Update nimble file (bench 7197102)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Package
|
||||
|
||||
# TODO: Can we do some nimscript stuff to generate this automagically?
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
author = "nocturn9x"
|
||||
description = "A UCI chess engine written in nim"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -181,6 +181,7 @@ func clear*(histories: HistoryTables) =
|
||||
histories.majorCorrHist[color].clear()
|
||||
histories.minorCorrHist[color].clear()
|
||||
|
||||
|
||||
func createWorkerPool: WorkerPool = discard
|
||||
|
||||
proc reply(self: SearchWorker, response: WorkerResponse) {.inline.} =
|
||||
|
||||
Reference in New Issue
Block a user