Skip to content

Commit 368c442

Browse files
committed
Wider lua-src and luajit-src versions
1 parent 6e2b687 commit 368c442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ erased-serde = { version = "0.3", optional = true }
5555
[build-dependencies]
5656
cc = { version = "1.0" }
5757
pkg-config = { version = "0.3.17" }
58-
lua-src = { version = "540.0.0", optional = true }
59-
luajit-src = { version = "210.1.0", optional = true }
58+
lua-src = { version = ">= 540.0.0, < 550.0.0", optional = true }
59+
luajit-src = { version = ">= 210.1.0, < 220.0.0", optional = true }
6060

6161
[dev-dependencies]
6262
rustyline = "6.0"

0 commit comments

Comments
 (0)