summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-29 16:26:15 +0800
committerruki <[email protected]>2017-08-29 16:26:15 +0800
commita08ffe4df25199ca038a768d5dfae96a2a54ee41 (patch)
treedd05945addbcec3e2c71e6f490bfecf98e6184de /tests/projects
parent9dc47dc2c48f4ce16261944d96ad6ce91b708eac (diff)
fix download trace info and require test
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/requires/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/requires/xmake.lua b/tests/projects/requires/xmake.lua
index f96866d10..9d8852735 100644
--- a/tests/projects/requires/xmake.lua
+++ b/tests/projects/requires/xmake.lua
@@ -12,7 +12,7 @@ package_end()
-- requires
add_requires("zlib-mbedtls")
-add_requires("[email protected] >=1.5.1 <1.6.1 optional")
+add_requires("[email protected] ~1.6.0 optional")
-- the debug mode
if is_mode("debug") then