diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4284a71..471f24f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -21,7 +21,7 @@ jobs: - macOS-latest nim-version: - - '1.6.14' + - '1.6.16' - stable - devel diff --git a/scorper.nimble b/scorper.nimble index a9a286d..a75d8ca 100644 --- a/scorper.nimble +++ b/scorper.nimble @@ -10,7 +10,7 @@ installExt = @["nim"] # namedbin = {"scorper/http/routermacros":"routermacros" }.toTable() # Dependencies -requires "nim >= 1.6.0" # initial 1.3.1 +requires "nim >= 1.6.16" # initial 1.3.1 # requires "chronos >= 3.0.2" # initial 2.6.1 requires "chronos" requires "npeg"