From 333ec207ad21da7028a73907858ed7e8201d1ff2 Mon Sep 17 00:00:00 2001 From: xflywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:44:27 +0800 Subject: [PATCH 1/2] enable deepcopy --- nim.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/nim.cfg b/nim.cfg index 3191a4b..9caeebf 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1 +1,2 @@ -d:nimOldCaseObjects +--deepcopy:on From 5c5ac0737ef1d750bb8ac9c4d3fe11bcbb7ddddc Mon Sep 17 00:00:00 2001 From: xflywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:48:40 +0800 Subject: [PATCH 2/2] bump minimal version requirements --- c2nim.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2nim.nimble b/c2nim.nimble index b9bac76..96f0fa8 100644 --- a/c2nim.nimble +++ b/c2nim.nimble @@ -8,7 +8,7 @@ skipExt = @["nim"] bin = @["c2nim"] -requires "nim >= 1.2.0" +requires "nim >= 1.4.0" import strutils