Skip to content

Commit 49562fa

Browse files
authored
Fix Nim dependency (nim-lang#16)
`extract` for `Isolated` absent for nim<1.4.6
1 parent fee7f9d commit 49562fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threading.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license = "MIT"
77

88
# Dependencies
99

10-
requires "nim >= 1.4"
10+
requires "nim >= 1.4.6"

0 commit comments

Comments
 (0)