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 a24d215 commit 59872daCopy full SHA for 59872da
mlua-sys/Cargo.toml
@@ -41,8 +41,8 @@ libc = "0.2"
41
cc = "1.0"
42
cfg-if = "1.0"
43
pkg-config = "0.3.17"
44
-lua-src = { version = ">= 550.0.0, < 550.1.0", optional = true }
45
-luajit-src = { version = ">= 210.6.0, < 210.7.0", optional = true }
+lua-src = { version = ">= 550.1.0, < 550.2.0", optional = true }
+luajit-src = { version = ">= 210.7.0, < 210.8.0", optional = true }
46
luau0-src = { version = "0.19.0", optional = true }
47
48
[lints.rust]
0 commit comments