From dd252db5c837185faf8cc433387a451fe4d220e8 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Sat, 22 Jan 2022 21:28:10 +1100 Subject: [PATCH] update rlua to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5eeac1..303b672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ readme = "README.md" description = "Require Lua modules by name" [dependencies] -rlua = "0.17" +rlua = "0.18"