Skip to content

Commit 38fbd08

Browse files
committed
Use luau0-src v0.15.0 (Luau 0.676)
1 parent b3854d2 commit 38fbd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlua-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cfg-if = "1.0"
4040
pkg-config = "0.3.17"
4141
lua-src = { version = ">= 547.1.0, < 547.2.0", optional = true }
4242
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 }
43+
luau0-src = { version = "0.15.0", optional = true }
4444

4545
[lints.rust]
4646
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(raw_dylib)'] }

0 commit comments

Comments
 (0)