chore: allow for newer versions of chronicles

Signed-off-by: Mark Spanbroek <mark@spanbroek.net>
This commit is contained in:
Mark Spanbroek 2025-09-24 09:27:23 +02:00
parent 5ced7c88b9
commit d852364dc8
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00

View File

@ -7,8 +7,7 @@ license = "MIT"
skipDirs = @["tests"]
# Dependencies
requires "nim >= 1.6.14"
requires "chronicles >= 0.10.3 & < 0.11.0"
requires "chronicles >= 0.10.3"
requires "questionable >= 0.10.13 & < 0.11.0"
requires "stint"
requires "stew"