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 b3854d2 commit 38fbd08Copy full SHA for 38fbd08
mlua-sys/Cargo.toml
@@ -40,7 +40,7 @@ cfg-if = "1.0"
40
pkg-config = "0.3.17"
41
lua-src = { version = ">= 547.1.0, < 547.2.0", optional = true }
42
luajit-src = { version = ">= 210.6.0, < 210.7.0", optional = true }
43
-luau0-src = { git = "https://github.com/mlua-rs/luau-src-rs", version = "0.15.0", optional = true }
+luau0-src = { version = "0.15.0", optional = true }
44
45
[lints.rust]
46
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(raw_dylib)'] }
0 commit comments