Update bundled luau/jit versions

This commit is contained in:
Alex Orlenko 2022-06-06 15:59:28 +01:00
parent da5010e6de
commit f9f32bffce
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
repository = "https://github.com/khvzak/mlua"
documentation = "https://docs.rs/mlua"
readme = "README.md"
keywords = ["lua", "luajit", "async", "futures", "scripting"]
keywords = ["lua", "luajit", "luau", "async", "scripting"]
categories = ["api-bindings", "asynchronous"]
license = "MIT"
links = "lua"
@ -57,8 +57,8 @@ parking_lot = { version = "0.12", optional = true }
cc = { version = "1.0" }
pkg-config = { version = "0.3.17" }
lua-src = { version = ">= 544.0.0, < 550.0.0", optional = true }
luajit-src = { version = ">= 210.3.1, < 220.0.0", optional = true }
luau0-src = { version = "0.3", optional = true }
luajit-src = { version = ">= 210.4.0, < 220.0.0", optional = true }
luau0-src = { version = "0.3.2", optional = true }
[dev-dependencies]
rustyline = "9.0"