Use namespaced_logging 1.x for logging (optionally).

This commit is contained in:
2025-01-05 02:06:42 -06:00
parent 0599d41061
commit 2030fd4490
3 changed files with 23 additions and 37 deletions

View File

@ -11,4 +11,4 @@ srcDir = "src"
# Dependencies
requires @["nim >= 1.4.0", "uuids"]
requires "namespaced_logging >= 0.3.0"
requires "namespaced_logging >= 1.0.0"