change threding lib

This commit is contained in:
Jaremy Creechley 2023-09-27 20:13:33 -07:00
parent 8f2f06e39f
commit 4b804d1c9f
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ requires "nim >= 1.6.14",
"stew",
"unittest2",
"pretty",
"threading",
"https://github.com/elcritch/threading#test-smartptrsleak",
"taskpools",
"upraises >= 0.1.0 & < 0.2.0",
"chronicles"

View File

@ -1,8 +1,8 @@
import
./datastore/testkey,
./datastore/testdatastore,
# ./datastore/testfsds,
./datastore/testsql,
./datastore/testfsds,
./datastore/testtieredds,
./datastore/testmountedds,
./datastore/testdatabuffer,