Skip to content

Commit 136032f

Browse files
committed
feature: removed the specific version of the dependency.
1 parent 6255928 commit 136032f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rockspec/lua-resty-radixtree-1.6-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = {
1313
}
1414

1515
dependencies = {
16-
"lua-resty-ipmatcher >= 0.3",
16+
"lua-resty-ipmatcher",
1717
}
1818

1919
build = {

rockspec/lua-resty-radixtree-master-1.0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = {
1313
}
1414

1515
dependencies = {
16-
"lua-resty-ipmatcher = 0.3",
16+
"lua-resty-ipmatcher",
1717
}
1818

1919
build = {

0 commit comments

Comments
 (0)