mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-06 23:53:09 +00:00
explicitly change chronos to pick up from head
This commit is contained in:
parent
5d1755081c
commit
077ab3d077
@ -8,7 +8,7 @@ license = "Apache License 2.0 or MIT"
|
|||||||
|
|
||||||
requires "nim >= 1.2.0",
|
requires "nim >= 1.2.0",
|
||||||
"asynctest >= 0.4.3 & < 0.5.0",
|
"asynctest >= 0.4.3 & < 0.5.0",
|
||||||
"chronos",
|
"chronos#head", # FIXME change to Chronos >= 4.0.0 once it's out
|
||||||
"questionable >= 0.10.3 & < 0.11.0",
|
"questionable >= 0.10.3 & < 0.11.0",
|
||||||
"sqlite3_abi",
|
"sqlite3_abi",
|
||||||
"stew",
|
"stew",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user