Skip to content

Commit 68eb59b

Browse files
committed
fixup(dep): wasm not compile
1 parent 6385cf5 commit 68eb59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npython.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ template pylib(x, ver) =
3535
requires if pylibPre == "": x & ver
3636
else: pylibPre & x
3737

38-
pylib "intobject", " ^= 0.1.2"
38+
pylib "intobject", " ^= 0.1.3"
3939
pylib "pyrepr", " ^= 0.1.1"
4040
pylib "jscompat", " ^= 0.1.4"
4141
pylib "nimpatch", " ^= 0.1.1"

0 commit comments

Comments
 (0)