Skip to content

Commit 4824d26

Browse files
committed
luarocks: used the dependencies library with specified version.
1 parent 907335b commit 4824d26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lua-resty-etcd-0.4-0.rockspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ description = {
1111
maintainer = "Yuansheng Wang <[email protected]>"
1212
}
1313
dependencies = {
14-
"lua >= 5.1",
15-
"lua-resty-http >= 0.13",
16-
"lua-typeof >= 0.1"
14+
"lua-resty-http = 0.13",
15+
"lua-typeof = 0.1"
1716
}
1817
build = {
1918
type = "builtin",

0 commit comments

Comments
 (0)