Migrate to namespaced_logging v2.

This commit is contained in:
2025-07-12 07:54:13 -05:00
parent aa02f9f5b1
commit b8c64cc693
4 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "3.1.1"
version = "3.2.0"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"
@ -11,4 +11,4 @@ srcDir = "src"
# Dependencies
requires @["nim >= 1.4.0", "uuids"]
requires "namespaced_logging >= 1.0.0"
requires "namespaced_logging >= 2.0.2"