From d76a5200a016356016caa2add5996ed8cbfe9c51 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 5 Jul 2020 21:31:30 -0400 Subject: [PATCH] fix features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 696a01c..7467249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ lua54 = ["mlua/lua54"] vendored = ["mlua/vendored"] [package.metadata.docs.rs] -features = ["async", "send", "lua53"] +features = ["lua53"] [dependencies] mlua = "0.4"