Skip to content

Commit 6835537

Browse files
committed
Switch to released verson of luau0-src
1 parent a272892 commit 6835537

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
@@ -41,7 +41,7 @@ cfg-if = "1.0"
4141
pkg-config = "0.3.17"
4242
lua-src = { version = ">= 548.1.0, < 548.2.0", optional = true }
4343
luajit-src = { version = ">= 210.6.0, < 210.7.0", optional = true }
44-
luau0-src = { version = "0.16.0", optional = true, git = "https://github.com/mlua-rs/luau-src-rs" }
44+
luau0-src = { version = "0.16.0", optional = true }
4545

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

0 commit comments

Comments
 (0)