Skip to content

Commit 59872da

Browse files
committed
mlua-sys: Bump lua-src and luajit-src dependencies
1 parent a24d215 commit 59872da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlua-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ libc = "0.2"
4141
cc = "1.0"
4242
cfg-if = "1.0"
4343
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 }
44+
lua-src = { version = ">= 550.1.0, < 550.2.0", optional = true }
45+
luajit-src = { version = ">= 210.7.0, < 210.8.0", optional = true }
4646
luau0-src = { version = "0.19.0", optional = true }
4747

4848
[lints.rust]

0 commit comments

Comments
 (0)