Update nimble file (bench 7197102)

This commit is contained in:
2026-02-03 11:08:32 +01:00
parent 88cc41a748
commit ee178b21f5
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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.} =