Skip to content

Commit 24d0c42

Browse files
authored
fix: fix luaposix build error (#143)
1 parent 2775cd5 commit 24d0c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

casbin-1.41.1-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = {
1818
"lua >= 5.1",
1919
"lualogging >= 1.5.1",
2020
"lrexlib-pcre >= 2.9.1",
21-
"luaposix >= 35.0"
21+
"luaposix = 35.1-1"
2222
}
2323
build = {
2424
type = "builtin",

0 commit comments

Comments
 (0)