We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2b687 commit 368c442Copy full SHA for 368c442
Cargo.toml
@@ -55,8 +55,8 @@ erased-serde = { version = "0.3", optional = true }
55
[build-dependencies]
56
cc = { version = "1.0" }
57
pkg-config = { version = "0.3.17" }
58
-lua-src = { version = "540.0.0", optional = true }
59
-luajit-src = { version = "210.1.0", optional = true }
+lua-src = { version = ">= 540.0.0, < 550.0.0", optional = true }
+luajit-src = { version = ">= 210.1.0, < 220.0.0", optional = true }
60
61
[dev-dependencies]
62
rustyline = "6.0"
0 commit comments