Skip to content

Commit 9a7f75a

Browse files
committed
Update require implementation to satisfy Luau 0.700
1 parent cd56f92 commit 9a7f75a

File tree

3 files changed

+333
-271
lines changed

3 files changed

+333
-271
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mlua"
33
version = "0.11.4" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
5-
rust-version = "1.79.0"
5+
rust-version = "1.80.0"
66
edition = "2021"
77
repository = "https://github.com/mlua-rs/mlua"
88
documentation = "https://docs.rs/mlua"
@@ -62,7 +62,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
6262
anyhow = { version = "1.0", optional = true }
6363
rustversion = "1.0"
6464

65-
ffi = { package = "mlua-sys", version = "0.8.3", path = "mlua-sys" }
65+
ffi = { package = "mlua-sys", version = "0.9.0", path = "mlua-sys" }
6666

6767
[dev-dependencies]
6868
trybuild = "1.0"

0 commit comments

Comments
 (0)