From ca7c46e535ac60a976a8c60477fa9424c46b6e3f Mon Sep 17 00:00:00 2001 From: alyx Date: Fri, 5 Apr 2024 13:30:39 -0400 Subject: lua loading --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4d73c1e..69a8430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ env_logger = "0.10.0" handlebars = { version = "4.3.7", features = ["dir_source"] } http = "0.2.9" log = "0.4.19" -mlua = { version = "0.9.6", features = ["serialize", "send", "luau", "async"] } +mlua = { version = "0.9.7", features = ["serialize", "send", "luau", "async", "unstable"] } reqwest = { version = "0.11.18", features = ["gzip", "deflate", "brotli", "json"] } serde = { version = "1.0.183", features = ["derive", "rc", "alloc"] } serde_json = "1.0.104" -- cgit v1.2.3-54-g00ecf