Skip to content

Commit 5c7474e

Browse files
authored
supports Arc/Orc by enabling deepcopy (#244)
* enable deepcopy * bump minimal version requirements
1 parent 6547d14 commit 5c7474e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

c2nim.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skipExt = @["nim"]
88

99
bin = @["c2nim"]
1010

11-
requires "nim >= 1.2.0"
11+
requires "nim >= 1.4.0"
1212

1313
import strutils
1414

nim.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
-d:nimOldCaseObjects
2+
--deepcopy:on

0 commit comments

Comments
 (0)