Skip to content

Commit e4eeee0

Browse files
committed
Pin (more strict) lua-src and luajit-src versions
1 parent 15e353a commit e4eeee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ parking_lot = { version = "0.12", optional = true }
5656
[build-dependencies]
5757
cc = { version = "1.0" }
5858
pkg-config = { version = "0.3.17" }
59-
lua-src = { version = ">= 546.0.0, < 550.0.0", optional = true }
60-
luajit-src = { version = ">= 210.4.0, < 220.0.0", optional = true }
59+
lua-src = { version = ">= 546.0.0, < 546.1.0", optional = true }
60+
luajit-src = { version = ">= 210.4.0, < 210.5.0", optional = true }
6161
luau0-src = { version = "0.5.0", optional = true }
6262

6363
[dev-dependencies]

0 commit comments

Comments
 (0)