summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-27 22:45:11 +0800
committerruki <[email protected]>2021-10-27 22:45:11 +0800
commitcc80af774a9426d7775be165adb4aa00d8569ed6 (patch)
tree96254ab6f35f35668f9cbefdf386b666e8865aaa /tests
parentc871e3f603c6022c16659cca61f8995f29b5275e (diff)
impl nimble/install_package
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/nim/nimble_package/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/nim/nimble_package/xmake.lua b/tests/projects/nim/nimble_package/xmake.lua
index af3e0f0f5..45e6f3132 100644
--- a/tests/projects/nim/nimble_package/xmake.lua
+++ b/tests/projects/nim/nimble_package/xmake.lua
@@ -1,6 +1,6 @@
add_rules("mode.debug", "mode.release")
-add_requires("nimble::zip")
+add_requires("nimble::zip >0.3")
target("test")
set_kind("binary")