From 31d220574fc9b3d1d82536705b808c17e33e507d Mon Sep 17 00:00:00 2001 From: bung87 Date: Fri, 12 Apr 2024 23:34:29 +0800 Subject: [PATCH] nim >= 1.6.16 --- .github/workflows/action.yml | 2 +- scorper.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"