Skip to content

Commit b2a62d3

Browse files
committed
Test with updated Lua deps
1 parent d6fb328 commit b2a62d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlua-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ module = []
3838
cc = "1.0"
3939
cfg-if = "1.0"
4040
pkg-config = "0.3.17"
41-
lua-src = { version = ">= 547.0.0, < 547.1.0", optional = true }
42-
luajit-src = { version = ">= 210.5.0, < 210.6.0", optional = true }
43-
luau0-src = { git = "https://github.com/mlua-rs/luau-src-rs", rev = "dc1102e", optional = true }
41+
lua-src = { git = "https://github.com/mlua-rs/lua-src-rs", version = ">= 547.1.0, < 547.2.0", optional = true }
42+
luajit-src = { git = "https://github.com/mlua-rs/luajit-src-rs", version = ">= 210.6.0, < 210.7.0", optional = true }
43+
luau0-src = { version = "0.14.0", optional = true }
4444

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

0 commit comments

Comments
 (0)